The interface WebDriver represents the main interface for testing a web browser instance. If you are using Selenium 2 then it is highly recommended …
Read moreUntrusted SSL certificates using selenium webdriver in IE? Some time we get these SSL errors or notification when we try to execute our scripts,…
Read moreGenerate Interactive reports Using TestNG+ANT +XSLT In Selenium XSLT stands for XML (Extensible Markup Language) Stylesheet Language for Transform…
Read more1. Download ANT http://ant.apache.org/ 2. Unzip it and rename it to ant 3.Set environmental variables JAVA_HOME to your Java en…
Read moreIt's rare for a modern web application not to have any frames or to be constrained to a single window. WebDriver supports moving between …
Read moreYou can use drag and drop, either moving an element by a certain amount, or on to another element: WebElement element = driver.findElemen…
Read moreChallenges faced using selenium Automation Testing · Dealing with pop-up windows · Testing dynamic text or content · …
Read more
Social Plugin