Selenium

Python Automation Scripts Examples Use Django And Selenium

Django is the most popular web framework in the python world. You can use it to create a website quickly and simply. Selenium is the most popular website automation testing framework, it can be used to implement website automation function testing in source code with coding language python, java, etc. This example will tell you […]

Python Automation Scripts Examples Use Django And Selenium Read More »

WebDriver Event Listener : Take Screenshot On Exception

When you execute selenium automation testing scripts, there are a lot of times that you want to do something when an event happened. For example: Take screenshots when an exception occurred. Monitor and track the web element status after some action takes place. Log data before or after an action. Log the navigation url to check

WebDriver Event Listener : Take Screenshot On Exception Read More »