How to Launch Internet Explorer using Selenium WebDriver

Publié le: 21 juin 2020
sur la chaîne: AllSoftwareProgramming
236
1

In this tutorial, we would learn how to execute a selenium script on Internet Explorer
1)To specify the path of drivers to the server we use System.setProperty() statement
2)System is a concrete class and .setProperty() is a static method of system class
3)System.setProperty() method takes two arguments that is key
Key indicates: the specific type of browser
Value indicates: the path of driver executable file
To Launch Empty IE Browser
WebDriver driver=new InternetExplorerDriver();
Download IE driver
https://selenium-release.storage.goog...


Sur cette page du site, vous pouvez voir la vidéo en ligne How to Launch Internet Explorer using Selenium WebDriver durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur AllSoftwareProgramming 21 juin 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 236 fois et il a aimé 1 téléspectateurs. Bon visionnage!