1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2025-11-06 22:55:49 -05:00

Merge pull request #2759 from cgoldberg/selenium-links

Update Selenium links
This commit is contained in:
Vinta Chen 2025-09-17 13:29:27 +08:00 committed by GitHub
commit 529f906452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1021,7 +1021,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
* [PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
* [Schemathesis](https://github.com/kiwicom/schemathesis) - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
* [Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
* [Selenium](https://pypi.org/project/selenium/) - Python bindings for [Selenium](https://selenium.dev/) [WebDriver](https://selenium.dev/documentation/webdriver/).
* [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework.
* [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications.
* Mock