Using selenium.Submit in Webdriver 

Here is the Selenium RC code for selenium.Submit in Webdriver. This code is in Visual Studio C#

public void Submit(string xpath)
{
driver.FindElement(By.XPath(xpath)).Submit();
}


Author: Pavandeep Puddupakkam on December 9, 2011
Category: WebDriver
Tags: , ,
Google Webdriver Forum -The Online Community for Google Webdriver and Selenium RC Users and Professionals

Leave a Reply

Last articles