WebDriver Interface and Running scripts on multiple browsers

WebDriver Interface and Running scripts on multiple browsers 25 min

  

This tutorial tells you how to write a single selenium webdriver script and run it on all major browsers. It uses and explains concept of interfaces in java for doing so.

QA Section

Speak Your Mind


shivani

Hi sir, i am doing the same but its not working on my system as you have commented System.setProperty , then how this program is working?

Reply
  • Trainer

    Please look at video again. You can add the drivers in environment variable path. Once you add the drivers in environment variable path you do not need to write System.setProperty

    Reply