Python Selenium
About Lesson

In this Python Selenium video we want to learn about Python Selenium Implicit & Explicit Waits, first we want to learn about selenium implicit waits after that we are going to learn about selenium explicit waits. There will be situations that your test script will not find an element in the web page, because the page is loading slowly, or even that web element is not available in the web page, this could happen due to different reasons, for example the web element on the web page is not loaded by the time your test scripts tries to find it. on that time we will receive negative results or error from our test scripts, so we need to match the speed of the test script with the application’s speed by introducing delays in the test script. now there are two methods that you can use in selenium web driver we have implicit and explicit wait.

Join the conversation