Selenium Webdriver Browser Commands

preview_player
Показать описание
Selenium Webdriver Browser Commands or Browser Commands in Selenium or WebDriver Commands and Operations

package browserCommandsInSelenium;

public class BrowserCommandDemo {

public static void main(String[] args)
{
WebDriver driver = new FirefoxDriver(); // create object of FirefoxDriver


// to get title of the page


// to get current url of page


// to get view source of the current page


// Close the current page


// quit command


}

}

For online Classes Contact:

Anand Hooda
8744077764
Рекомендации по теме
Комментарии
Автор

Is there any possibilith to run exe application in firefox or chrome

sjchinna