How To Disable JavaScript Using Custom Profile For selenium WebDriver Test

Many times you need to disable JavaScript In your browser to verify that function or validation Is working fine even If JavaScript Is disabled. Simple example Is you need to disable JavaScript of Firefox browser to check server side validation of Input text field. Enabling or disabling JavaScript Is simple task If you will do It … Read more

How To Capture Element Screenshot Using Selenium WebDriver

I have received many requests from blog readers to share example on how to capture specific element screenshot In selenium webdriver. As you know, Capturing entire page screenshot Is very easy task as described In THIS POST. But If you wants to capture screenshot of specific web element then you will feel that It Is … Read more

Selenium WebDriver Tips And Tricks

Sometimes you need to take tricky actions on software web application page. Selenium webdriver software testing tool do not have any direct method to perform such tricky actions. So you need to use some tricks in your webdriver test script to perform some actions on software web application page. Bellow given links will show you … Read more

WebDriver Latest Questions

Part 21 98 : Do you know any external API name using which we can read data from excel file?   Answer : We can use jxl API (Java Excel API) to read data from excel file. VIEW EXAMPLE We can use one more powerful API known as Apache POI API to read and write data In excel file. I … Read more