Skip to content

Commit 092bfa1

Browse files
authored
Merge pull request #77 from Integrated-Testing-Environment/dev
Fix doc error
2 parents fd58fe4 + 834d9fa commit 092bfa1

File tree

6 files changed

+34
-34
lines changed

6 files changed

+34
-34
lines changed

docs/source/Eng/doc/record/record_doc.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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

docs/source/Eng/doc/screen/screen_doc.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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

docs/source/Eng/doc/socket_driver/socket_driver_doc.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
Socket 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

docs/source/Zh/doc/record/record_doc.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

docs/source/Zh/doc/screen/screen_doc.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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

docs/source/Zh/doc/socket_driver/socket_driver_doc.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Socket 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

0 commit comments

Comments
 (0)