I saw the other questions regarding similar/same issues but they did not help me solve the problem :(. I log into the production site .say ( http://www.site.com/log) . I want to click on a link after
I have an element (text box), which has the following attribute: style=\"visibility: hidden;\" and style=\"visibility: visible;\"
I\'m trying to select an element from a select list in selenium using java with WebDriver - based syntax.
The runScript command in selenium is really useful, and I\'m using it to total values in a table and then store the value like this
I\'ve written the sample like in documentation: var driver = new InternetExplorerDriver(); driver.Navigate().GoToUrl(\"http://google.com\");
I\'m using Selenium IDE (1.3.0 on FF 7.1) to create a test case. The object of the test case is to log in to an ASP.NET application, clear the session cook开发者_高级运维ie (to simulate a timeout or s
I\'m getting this error: tests.IntegrationTests.Selenium.Regi开发者_JAVA技巧sterAndLogin (TestFixtureSetUp):
I\'m using Selenium\'s webdriver, but I\'ve hit upon a problem. I\'m using KnockoutJS to bind my UI to data from the server.In my tests when I call FindElement(By.Id(\"InputField\")) it is returning t
I\'m using selenium WebDriver syntax. I know, th开发者_Go百科at in selenium server-based syntax, you can fire an javascript event by doing:
Clicking on a button in my web page sometimes causes the entire page to load, and sometimes only part of it to load.