yuehua-ziniao-webdriver 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yuehua_ziniao_webdriver/__init__.py +1 -1
- yuehua_ziniao_webdriver/process.py +2 -2
- {yuehua_ziniao_webdriver-0.1.0.dist-info → yuehua_ziniao_webdriver-0.1.1.dist-info}/METADATA +1 -1
- {yuehua_ziniao_webdriver-0.1.0.dist-info → yuehua_ziniao_webdriver-0.1.1.dist-info}/RECORD +7 -7
- {yuehua_ziniao_webdriver-0.1.0.dist-info → yuehua_ziniao_webdriver-0.1.1.dist-info}/WHEEL +0 -0
- {yuehua_ziniao_webdriver-0.1.0.dist-info → yuehua_ziniao_webdriver-0.1.1.dist-info}/licenses/LICENSE +0 -0
- {yuehua_ziniao_webdriver-0.1.0.dist-info → yuehua_ziniao_webdriver-0.1.1.dist-info}/top_level.txt +0 -0
|
@@ -45,11 +45,11 @@ class ProcessManager:
|
|
|
45
45
|
f"socket_port={socket_port}, version={version}"
|
|
46
46
|
)
|
|
47
47
|
|
|
48
|
-
def kill_existing_process(self, force: bool =
|
|
48
|
+
def kill_existing_process(self, force: bool = True) -> bool:
|
|
49
49
|
"""关闭已存在的紫鸟客户端进程
|
|
50
50
|
|
|
51
51
|
Args:
|
|
52
|
-
force: 是否强制关闭(不询问用户),默认
|
|
52
|
+
force: 是否强制关闭(不询问用户),默认 True
|
|
53
53
|
|
|
54
54
|
Returns:
|
|
55
55
|
bool: 成功关闭返回 True,用户取消返回 False
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
yuehua_ziniao_webdriver/__init__.py,sha256=
|
|
1
|
+
yuehua_ziniao_webdriver/__init__.py,sha256=00Ga0qHKDcSLysswD-Qt5nELJjEpuc3NqUcY0WaZZ8k,3757
|
|
2
2
|
yuehua_ziniao_webdriver/browser.py,sha256=DzXw86FkyletLkyS9cLHw0znJ4RuTpNqdAB50VG6M5w,7774
|
|
3
3
|
yuehua_ziniao_webdriver/client.py,sha256=ScLnnV9qEzFVPcfnUbhMAjZHgfJP-LeSg4_6vdcd2J8,12930
|
|
4
4
|
yuehua_ziniao_webdriver/config.py,sha256=BDR2ow1-a64mEkhMZPFe5yFhNHwMD4xA96LOL_4F0jg,8760
|
|
5
5
|
yuehua_ziniao_webdriver/exceptions.py,sha256=VrjDtSGaLM0SzCJZsscWzoa3b7rrBdzTLvAOGoq2rp0,5943
|
|
6
6
|
yuehua_ziniao_webdriver/http_client.py,sha256=jYCU29G4B2bof6KunsnUcf04ZBBkNKTt3jFBKfgDPBM,7476
|
|
7
|
-
yuehua_ziniao_webdriver/process.py,sha256=
|
|
7
|
+
yuehua_ziniao_webdriver/process.py,sha256=ldtnjKE2kUJbWsgIyEjETVn2eoOMXIui3YvwTrypImc,8510
|
|
8
8
|
yuehua_ziniao_webdriver/store.py,sha256=MIuprMov9Byw7f_ZIbQbqYt7u6PEY6M6uGOmRlFZkZ4,13983
|
|
9
9
|
yuehua_ziniao_webdriver/types.py,sha256=CsoTY8U7tp9g8dietiVSqMng9gcAVn3hBJD1U-Y2rzc,5429
|
|
10
10
|
yuehua_ziniao_webdriver/utils.py,sha256=Zh3vx66RK-eYizSouNjz7__L5LeYuBGGbEWAk71evHs,8601
|
|
11
|
-
yuehua_ziniao_webdriver-0.1.
|
|
12
|
-
yuehua_ziniao_webdriver-0.1.
|
|
13
|
-
yuehua_ziniao_webdriver-0.1.
|
|
14
|
-
yuehua_ziniao_webdriver-0.1.
|
|
15
|
-
yuehua_ziniao_webdriver-0.1.
|
|
11
|
+
yuehua_ziniao_webdriver-0.1.1.dist-info/licenses/LICENSE,sha256=24xAK38EuYb8_sQtFg8i22yGRjjY6Gb_4zO1XF3ix5A,1063
|
|
12
|
+
yuehua_ziniao_webdriver-0.1.1.dist-info/METADATA,sha256=BaGOUM44gGG_ngqZmBl7N-RfGYbCEAm8jp6vnZUHMdQ,11556
|
|
13
|
+
yuehua_ziniao_webdriver-0.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
14
|
+
yuehua_ziniao_webdriver-0.1.1.dist-info/top_level.txt,sha256=bzRolXKa_ludi3DHGrMzEt_9WZZQCqlRmAt9sKHHTTY,24
|
|
15
|
+
yuehua_ziniao_webdriver-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
{yuehua_ziniao_webdriver-0.1.0.dist-info → yuehua_ziniao_webdriver-0.1.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{yuehua_ziniao_webdriver-0.1.0.dist-info → yuehua_ziniao_webdriver-0.1.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|