Testing a web application, we should to verify that elements are displaying correct values or text on the page we will retrieve and verify text fr…
Read moreDifferent between findElement and findElements method in selenium : Locating elements in Selenium WebDriver is done by using the findElement()…
Read moreWebElement object to highlight elements: During test execution, there is no way to highlight an element. This will help us to see what is actuall…
Read moreMaximize a browser window : To maximize a browser window, we need to call the maximize() method of the Window interface of the driver class. Add …
Read morePage Scroll using Selenium WebDriver Scroll Down: import org.openqa.selenium.JavascriptExecutor; WebDriver driver = new FirefoxDriver(); JavascriptE…
Read moreVerify Element Exists on Page (Selenium-WebDriver) @Using FindElement method public Boolean isElementExistsOnPage(String xpath ) { …
Read moreDifference Between String , StringBuilder and StringBuffer Classes with Example : Java Today we are going to understand the difference between …
Read more
Social Plugin