How To Verify Scroll Present On Browser In Selenium WebDriver Test

Earlier in previous post, We learnt how to scroll down or up In webdriver browser Instance using javascript executor. Sometimes you also need to verify presence scroll bar on page. WebDriver do not have any built In method using which you can check the present of scroll bar. But yes, You can do It by executing … Read more

Scroll Down-Up Web Page Using Javascript Executor In Selenium Webdriver

Yes, We can scroll down page using javascript executor In selenium webdriver. If you remember, Earlier I have posted many different posts where we can use javascript executor to perform different actions on web page like Highlighting Element, Generating Alert, Get Domain Name, Get Page Title etc.. Now If you needs to scroll down the … Read more

How To Handle staleelementreferenceexception Selenium Webdriver

staleelementreferenceexception There are many different exceptions In selenium webdriver software testing tool. I have described 5 of them on THIS PAGE which we are facing frequently. One more webdriver exception Is stale element reference exception. I think some of you have faced or will face this exception when you run selenium webdriver test for your software web application. … Read more

Selenium Latest Questions

Part 22 103 : How to customize Firefox browser profile for webdriver software test? Answer : You can do It In two different ways. You can create your desired firefox browser profile before running software automation test and then you can use It In your selenium webdriver software test. VIEW EXAMPLE. You can customize your firefox browser profile run time before launching … Read more