Open firefox with addon in selenium

selenium

The following code will show how we can add firefox addon with selenium

Share Button

Alert Message with selenium

selenium

To check javascript alert message we can use the following sample code –

Share Button

Authentication dialog with selenium and autoit

selenium

Some websites require authentication id and password when we launch them. For authentication window we use autoit. we can download autoit from here After that we need to install it in our system. Now we […]

Share Button

Click on html menu by selenium webdriver

selenium

This example will show how we can use selenium webdriver to open a menu

Share Button

Browser back-forward button with selenium

selenium

This example will show how the back and forward button works in selenium webdriver and the output should be – 1.Present title – Selenium (software) – Wikipedia, the free encyclopedia 2.Present title – Integrated development […]

Share Button