selenium
Selenium 2 WebDriver not able to find link
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[详细]
2023-04-12 01:51 分类:问答css/selenium: visiblity of an element does not change
I have an element (text box), which has the following attribute: style=\"visibility: hidden;\" and style=\"visibility: visible;\"[详细]
2023-04-11 23:49 分类:问答How to use select list in selenium?
I\'m trying to select an element from a select list in selenium using java with WebDriver - based syntax.[详细]
2023-04-11 20:08 分类:问答Load an external js file containing useful test functions in selenium
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[详细]
2023-04-11 18:28 分类:问答Selenium WebDriver: cannot find element with name
I\'ve written the sample like in documentation: var driver = new InternetExplorerDriver(); driver.Navigate().GoToUrl(\"http://google.com\");[详细]
2023-04-11 13:08 分类:问答Selenium IDE, deleteAllVisibleCookies and ASP.NET_SessionId Cookie - Not Working
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[详细]
2023-04-11 13:01 分类:问答Selenium WebDriver - FirefoxDriver error: Failed to start up socket within 45000
I\'m getting this error: tests.IntegrationTests.Selenium.Regi开发者_JAVA技巧sterAndLogin (TestFixtureSetUp):[详细]
2023-04-11 11:52 分类:问答FindElement does not return element text unless actually in DOM
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[详细]
2023-04-11 10:48 分类:问答How to fire JS event in selenium?
I\'m using selenium WebDriver syntax. I know, th开发者_Go百科at in selenium server-based syntax, you can fire an javascript event by doing:[详细]
2023-04-11 09:33 分类:问答Selenium click sometimes causes page to load and sometimes doesn't
Clicking on a button in my web page sometimes causes the entire page to load, and sometimes only part of it to load.[详细]
2023-04-11 09:05 分类:问答