File tree Expand file tree Collapse file tree 6 files changed +34
-34
lines changed Expand file tree Collapse file tree 6 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1- 記錄
1+ Record
22----
33
4- * Record 主要用來錄製鍵盤跟滑鼠的動作。
5- * 可以搭配 executor 使用來重播鍵盤跟滑鼠動作。
6-
7- 以下是範例如何使用
4+ * Record is mainly used to record keyboard and mouse actions.
5+ * It can be used with an executor to replay keyboard and mouse actions.
6+ * The following example shows how to use it.
87
98.. code-block :: python
109
Original file line number Diff line number Diff line change 1- 螢幕
1+ Screen
22----
33
4- * Screen 用來取得螢幕尺寸與截圖。
4+ * Screen is used to get the screen size and take screenshots.
55
6- 以下範例是截圖
6+ The following example shows how to take a screenshot.
77
88.. code-block :: python
99
1010 from je_auto_control import screenshot
1111
1212 screenshot()
1313
14- 以下範例是取得螢幕尺寸
14+ The following example shows how to get a screen size.
1515
1616.. code-block :: python
1717
Original file line number Diff line number Diff line change 11Socket Driver
22----
33
4- * 實驗性的功能。
5- * Socket Server 主要用來讓其他程式語言也可以使用 AutoControl。
6- * 透過底層的 executor 處理接收到字串並進行執行動作。
7- * 可以透過遠端來執行測試的動作。
8-
9- * 目前有實驗性的 Java 與 C# 支援。
10- * 每個段落結束都應該傳輸 Return_Data_Over_JE。
11- * 使用 UTF-8 encoding。
12- * 傳送 quit_server 將會關閉伺服器。
4+ * This is an experimental feature.
5+ * The Socket Server is mainly used to allow other programming languages to use AutoControl.
6+ * It processes received strings and performs actions through the underlying executor.
7+ * Tests can be performed remotely through this feature.
8+ * Currently, Java and C# support are experimental.
9+ * Return_Data_Over_JE should be transmitted at the end of each paragraph.
10+ * UTF-8 encoding is used.
11+ * Sending quit_server will shut down the server.
1312
1413.. code-block :: python
1514
Original file line number Diff line number Diff line change 1- Record
1+ 記錄
22----
33
4- * Record is mainly used to record keyboard and mouse actions.
5- * It can be used with an executor to replay keyboard and mouse actions.
6- * The following example shows how to use it.
4+ * Record 主要用來錄製鍵盤跟滑鼠的動作。
5+ * 可以搭配 executor 使用來重播鍵盤跟滑鼠動作。
6+
7+ 以下是範例如何使用
78
89.. code-block :: python
910
Original file line number Diff line number Diff line change 1- Screen
1+ 螢幕
22----
33
4- * Screen is used to get the screen size and take screenshots.
4+ * Screen 用來取得螢幕尺寸與截圖。
55
6- The following example shows how to take a screenshot.
6+ 以下範例是截圖
77
88.. code-block :: python
99
1010 from je_auto_control import screenshot
1111
1212 screenshot()
1313
14- The following example shows how to get a screen size.
14+ 以下範例是取得螢幕尺寸
1515
1616.. code-block :: python
1717
Original file line number Diff line number Diff line change 11Socket Driver
22----
33
4- * This is an experimental feature.
5- * The Socket Server is mainly used to allow other programming languages to use AutoControl.
6- * It processes received strings and performs actions through the underlying executor.
7- * Tests can be performed remotely through this feature.
8- * Currently, Java and C# support are experimental.
9- * Return_Data_Over_JE should be transmitted at the end of each paragraph.
10- * UTF-8 encoding is used.
11- * Sending quit_server will shut down the server.
4+ * 實驗性的功能。
5+ * Socket Server 主要用來讓其他程式語言也可以使用 AutoControl。
6+ * 透過底層的 executor 處理接收到字串並進行執行動作。
7+ * 可以透過遠端來執行測試的動作。
8+
9+ * 目前有實驗性的 Java 與 C# 支援。
10+ * 每個段落結束都應該傳輸 Return_Data_Over_JE。
11+ * 使用 UTF-8 encoding。
12+ * 傳送 quit_server 將會關閉伺服器。
1213
1314.. code-block :: python
1415
You can’t perform that action at this time.
0 commit comments