Selenium WebDriver : How To Navigate URL, Forward and Backward With Example

In my earlier posts, we have learnt few BASIC ACTION COMMANDS of selenium WebDriver software testing tool with examples. You will have to use them on daily basis for you software web application’s webdriver test case preparation. It is very important for you to use them on right time and right place. Now let we learn … Read more

Selenium Webdriver tutorial : How To Select Dropdown Value With Example

In my earlier tutorial of selenium webdriver software testing tool, we learn few basic action commands of selenium WebDriver like HOW TO CLICK ON BUTTON, IMPLICIT WAIT, EXPLICIT WAIT etc. THIS LINK will show you more different examples of basic action commands of selenium webdriver software testing tool. As you know, Drop down is also essential … Read more

How to highlight element using selenium webdriver

As we have seen in my previous posts, we can Get Page Title, Get Domain Name, Generate Alert using java script executor interface of selenium webdriver software testing tool. Using webdriver, we can perform many different actions on software web page but for that you should be aware about this kind of things. We can execute any … Read more

Generating Alert In Selenium Webdriver using JavascriptExecutor

If you need to generate alert during your software test case execution then you can use java script Executor in selenium webdriver software testing tool. Java Script Executor is very helpful interface of selenium webdriver because using it we can execute any java script. I think manual alert generation in webdriver test is required only in rare … Read more