Repository Details
Shared by


HelloGitHub Rating
0 ratings
Free•Apache-2.0
Claim
Discuss
Collect
Share
5.3k
Stars
Yes
Chinese
Python
Language
No
Active
5
Contributors
4
Issues
Yes
Organization
1.50.0
Latest
714
Forks
Apache-2.0
License
More

一个 Python 自动化操作的库。比如:自动打开网页并截图,示例代码:
```python
t.init()
t.url('https://www.google.com')
t.type('q', 'decentralization[enter]')
t.snap('page', 'results.png')
t.close()
```
Included in:
Vol.43
Comments
Rating:
No comments yet