123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Education >> View Article

Selenium Webdriver Methods- Selenium Online Training

Profile Picture
By Author: Sanaya
Total Articles: 19
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

1. Creating New Instance Of Firefox Driver – this will open an new Empty browser
WebDriver driver = new FirefoxDriver();
2. Command To Open URL In Browser
driver.get(“http://selenium-suresh.blogspot.com”);
This syntax will open specified URL of software web application in web browser.
3. Clicking on any element or button of webpage
driver.findElement(By.id(“id of any element or button”)).click();
4. Store text of targeted element in variable – This will retrieve text from targeted element of software web application page and will store it in variable = suresh
String suresh = driver.findElement(By.tagName(“select”)).getText();
5. Typing text in text box or text area.
driver.findElement(By.name(“txtboxname”)).sendKeys(“My First Name”);
6. Applying Implicit wait in webdriver – This syntax will force webdriver to wait for 15 seconds if an element not found on the page of a software web application.
driver.manage().timeouts().implicitlyWait(15, TimeUnit.SECONDS);
7. Applying Explicit wait in webdriver – This will wait for 15 ...
... seconds for the expected text “Time left: 7 seconds” to appear on the targeted element.
WebDriverWait wait = new WebDriverWait(driver, 15);
wait.until(ExpectedConditions.textToBePresentInElementLocated(By.xpath(“xpathofelement”), “Time left: 7 seconds”));
8. Get page title in selenium webdriver
driver.getTitle();
9. Get the Current Page URL In Selenium WebDriver- It will retrieve the current page URL and you can use it to compare with your expected URL.
driver.get current URL();
10. Get domain name using javascript executor – This will retrieve your software application’s domain name using web driver's java script executor interface and store it into the variable.
JavascriptExecutor javascript = (JavascriptExecutor) driver;
String CurrentURLUsingJS=(String)javascript.executeScript(“return document.domain”);

For more details please visit: https://nareshit.com/selenium-online-training/

Total Views: 413Word Count: 229See All articles From Author

Add Comment

Education Articles

1. Top Schools In Howrah: A Complete Guide To Choosing The Right School For Your Child
Author: Siya

2. Material Testing Lab Equipment Manufacturer In India
Author: Atico Export

3. Hyperpigmentation Treatment In Anna Nagar – A Guide To Healthier, Even-toned Skin
Author: prasant

4. Keratin Treatment In Anna Nagar – Professional Care For Smooth And Manageable Hair
Author: prasant

5. Unlocking Safety Excellence With Industrial Safety Courses In Chennai
Author: Safety

6. Nebosh Hse Certificate In Process Safety Management Guide
Author: Gulf Academy Safety

7. Artificial Intelligence Training In Chennai | Bita Academy
Author: visalibita

8. Data Science Training In Chennai
Author: visalibita

9. Data Science With R Training In Chennai | Bita Academy
Author: visalibita

10. Neural Networks & Deep Learning Course In Chennai | Bita
Author: visalibita

11. Machine Learning Training In Chennai | Best It Training Institute
Author: visalibita

12. Deep Learning With Python & Pytorch Training | Deep Learning
Author: visalibita

13. Gen Ai Training In Chennai | Gen Ai Course
Author: visalibita

14. Agentic Ai Training In Chennai | Agentic Ai Course
Author: visalibita

15. Polymer Waterproofing Chemical: Enhancing Protection And Durability In Modern Construction
Author: ivar

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: