IEDriver – How To Resolve Set IE browser Zoom Level To 100% Error On RunTime

If your IE browser zoom level Is not set to 100% then you will get an error like “Browser zoom level was set to XYZ%. It should be set to 100% “.  Earlier we learnt In THIS POST -> How to resolve this error by setting IE browser’s zoom level to 100% manually before running software test … Read more

Selenium WebDriver Framework’s Required Jar Files List With Download Links

You can use bellow given software jar files for building your framework In selenium WebDriver software testing tool. I have downloaded them from different sites like Aache POI, Apache Logging Service, Github, etc. and uploaded them over here for your easy download. Click on any of the link to download and use It In your selenium … Read more

How To Get Height And Width Of Element In Selenium WebDriver

As you know, Every web element has Its own height and width or we can say size of element. Sometimes you need to perform pixel to pixel testing as per client’s requirement like each and every button’s height should be x(some pixels) and width should be y(some pixels) through out the site. Now If you … Read more

How To Wait For Page To Load/Ready In Selenium WebDriver

Generally selenium WebDriver handles software app’s page loading or wait for page to load by It self If you have used Implicit Wait In your software automation test. But many on development sites have a page loading Issues and It Is taking more or less time for page to load on every software test iteration. … Read more