提交 16aaed4d 编写于 作者: 泰斯特Test's avatar 泰斯特Test

[refact](README.md]) modify README.md / 修改 README.md

上级 bde768d4
# violent-webdriver
violent-webdriver is created by post-packaging selenium webdriver, violent-webdriver has many convinient functions
which can highly insure the browser operation, you don't need to worry about whether the element is really present
on current page or clickable at specific time while using violent-webdriver. it will handle this sort
of annoying problems
violent-webdriver 诞生于二次封装 selenium webdriver,内部封装了许多方法来确保浏览器操作的执行性,你不需要去担心定位到的元素是否存在
于当前页面或者是否在当前时刻处于可点击状态,报错重试机制可以帮你自动解决这些不必要的麻烦。
Find the latest version on github : https://github.com/amazingTest/violent-webdriver
## Installation
The last stable release is available on PyPI and can be installed with pip.
**make sure that Chrome has been installed and match the selenium version**
......@@ -35,4 +41,13 @@ For more code examples, please refer to the examples folder in source distributi
visit https://github.com/amazingTest/violent-webdriver/tree/master/examples
## Contact me
For information and suggestions you can contact me at 523314409@qq.com
\ No newline at end of file
For information and suggestions you can contact me at 523314409@qq.com
Finally, if you really find this lib useful,**donation** is welcome by using your phone to scann the two-dimensional
code below
最后,如果你觉得这个库真的好用的话可以扫码给作者一些鼓励哦~
![image](https://github.com/amazingTest/violent-webdriver/blob/master/images/wechatDonation.jpg)
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="violent-webdriver",
version="1.0.27",
version="1.0.28",
author="Yuyi Shao",
author_email="523314409@qq.com",
description="violent webdriver based on selenium",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册