Skip to content
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Facebook page opens in new windowFacebook page opens in new windowX page opens in new windowYouTube page opens in new window
qavalidation
QA tools and automation testing techniques
qavalidationqavalidation
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo2
  • Appium
    • Appium tutorial
  • WebdriverIO
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • More
    • Cypress
    • TestingBasics
    • MavenBuild
  • Training
Search:
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo2
  • Appium
    • Appium tutorial
  • WebdriverIO
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • More
    • Cypress
    • TestingBasics
    • MavenBuild
  • Training

Daily Archives: May 18, 2021

You are here:
  1. Home
  2. 2021
  3. May
  4. 18

Configure Safari browser to run selenium tests

SeleniumTestingBy AdminMay 18, 2021Leave a comment

We have already seen many posts on how to run selenium tests in chrome browser by downloading the chromedriver and setting the path. To run tests in Safari browser, we will use selenium’s SafariDriver class. Syntax – WebDriver driver = new SafariDriver(); Driver.get(“https://qavbox.github.io/demo/signup/”) Note – As per the below link, We no longer needed to…

All rights reserved | qavalidation
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Go to Top