Selenium WebDriver wait for page title with example

This guide will show you how to use Selenium WebDriver to wait for page title during test execution. You’ll learn how to apply explicit waits with ExpectedConditions.titleIs() and titleContains() to ensure your tests proceed only when the expected title appears. WebDriver has many Canned Expected Conditions by which we can force webdriver to wait explicitly. … Read more

Selenium IDE Tutorials – “assertConfirmationNotPresent” and “assertConfirmationPresent” Example

My all tutorials on Selenium IDE are with practical examples and you can view all command examples on Example Page -1 and Example Page -2. Let me describe you 2 more selenium IDE commands which are related to confirmation message. We have already seen how to use “assertConfirmation” and “verifyConfirmation” commands. “assertConfirmationNotPresent” and “assertConfirmationPresent” are very related … Read more

Selenium Tutorial

Selenium tutorial for beginner is basic requirement of any selenium learner to learn selenium perfectly if it’s free and complete. Selenium is very strong and open-source web application automation testing tool so selenium testing tool is booming now a days in software testing industry.Selenium has different projects like selenium IDE, selenium RC, selenium Webdriver, Appium and selenium … Read more