Handle Dynamic Elements using XPath in Selenium

access_time 2022-06-30T18:25:43.288Z face Bijan Patel
Handle Dynamic Elements using XPath in Selenium Learn how to handle dynamic elements using XPath in Selenium Handle Dynamic Elements using XPath in Selenium 1) contains: WebElement element = driver.findElement(By.xpath("//*[contains(@class,'alert')]")); System.out.println(element.getText()); 2) star...

How to implement Page Object Model (POM) in Selenium?

access_time 2022-06-30T18:19:49.705Z face Bijan Patel
How to implement Page Object Model (POM) in Selenium? Learn how to implement Page Object Model in Selenium How to implement Page Object Model (POM) in Selenium? Example: If an application has 3 pages – Login, Home and Register Page. Then we can create 3 different Page Object classes with all web ele...

How to use Properties Files in Selenium Framework

access_time 2022-06-30T05:58:31.946Z face Bijan Patel
How to use Properties Files in Selenium Automation Framework Learn how to use properties files in Selenium Automation Framework How to use Properties Files in Selenium Automation Framework? What is Properties? It is mainly used to store configuration parameters of an application. Each parameter is s...

Java OOPS concepts in Selenium Automation Framework

access_time 2022-06-29T16:54:18.401Z face Bijan Patel
Java OOPS concepts in Selenium Automation Framework Learn how to implement Java OOPS concepts in Selenium Automation Framework Java OOPs concepts in Selenium Automation Framework 1) DATA ABSTRACTION Data Abstraction is the property by virtue of which only the essential details are displayed to the u...

Page Load Strategy in Selenium WebDriver

access_time 2022-06-29T16:49:31.044Z face Bijan Patel
Page Load Strategy in Selenium WebDriver Page Load Strategy in Selenium WebDriver By default, Selenium WebDriver follows the normal pageLoadStrategy when it loads any page which means it waits until the entire page is loaded. In scenarios where it takes a lot of time to load the page, it is always ...
Launch your GraphyLaunch your Graphy
100K+ creators trust Graphy to teach online
𝕏
QASCRIPT 2024 Privacy policy Terms of use Contact us Refund policy