Selenium with Python¶
Author: | Baiju Muthukadan |
---|---|
License: | This document is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. |
Note
This is not an official documentation. If you would like to contribute to this documentation, you can fork this project in GitHub and send pull requests. You can also send your feedback to my email: baiju.m.mail AT gmail DOT com. So far 60+ community members have contributed to this project (See the closed pull requests). I encourage contributors to add more sections and make it an awesome documentation! If you know any translation of this document, please send a PR to update the below list.
Translations:
- 1. Installation
- 2. Getting Started
- 3. Navigating
- 4. Locating Elements
- 5. Waits
- 6. Page Objects
- 7. WebDriver API
- 7.1. Exceptions
- 7.2. Action Chains
- 7.3. Alerts
- 7.4. Special Keys
- 7.5. Locate elements By
- 7.6. Desired Capabilities
- 7.7. Touch Actions
- 7.8. Proxy
- 7.9. Utilities
- 7.10. Service
- 7.11. Application Cache
- 7.12. Firefox WebDriver
- 7.13. Firefox WebDriver Options
- 7.14. Firefox WebDriver Profile
- 7.15. Firefox WebDriver Binary
- 7.16. Firefox WebDriver Extension Connection
- 7.17. Chrome WebDriver
- 7.18. Chrome WebDriver Options
- 7.19. Chrome WebDriver Service
- 7.20. Remote WebDriver
- 7.21. Remote WebDriver WebElement
- 7.22. Remote WebDriver Command
- 7.23. Remote WebDriver Error Handler
- 7.24. Remote WebDriver Mobile
- 7.25. Remote WebDriver Remote Connection
- 7.26. Remote WebDriver Utils
- 7.27. Internet Explorer WebDriver
- 7.28. Android WebDriver
- 7.29. Opera WebDriver
- 7.30. PhantomJS WebDriver
- 7.31. PhantomJS WebDriver Service
- 7.32. Safari WebDriver
- 7.33. Safari WebDriver Service
- 7.34. Select Support
- 7.35. Wait Support
- 7.36. Color Support
- 7.37. Event Firing WebDriver Support
- 7.38. Abstract Event Listener Support
- 7.39. Expected conditions Support
- 8. Appendix: Frequently Asked Questions
- 8.1. How to use ChromeDriver ?
- 8.2. Does Selenium 2 support XPath 2.0 ?
- 8.3. How to scroll down to the bottom of a page ?
- 8.4. How to auto save files using custom Firefox profile ?
- 8.5. How to upload files into file inputs ?
- 8.6. How to use firebug with Firefox ?
- 8.7. How to take screenshot of the current window ?