selenium
Does a collection of selenium 2.0 extensions exist?
I have recently started a automated testing project using selenium 2.0.The api feels very low level and I\'m looking to refactor some of the common stuff like form handling before writing too much rep[详细]
2023-04-07 03:35 分类:问答Selenium 2 and html tables
Just wondering if there is a better way to get values from a table in selenium 2.I am currently using 2 for loops I loop over each TR and within each TR I loop over all TD.so for example if I have a t[详细]
2023-04-06 17:09 分类:问答Testing drag and drop functionality in rails 3
How do you simulate drag and drop functionality from rspec request specs? I have #divItem element I am dragging and dropping in #divContainer element (jquery). On page refresh I want to make sure tha[详细]
2023-04-06 16:17 分类:问答Internet Explorer will not launch new windows during test
I\'m currently having a problems with a window not coming up during tests in Internet Explorer.I\'m using Selenium-RC 2.6.0, programming my tests in C# and launching them using NUnit.[详细]
2023-04-06 15:22 分类:问答How to manipulate user selected text using webdriver?
Lets say i have the following snippet in my web page: <p> This is some text </p> I want WebDriver to select \"some\" in this text, as if the user selected it. How should i do this? I know ho[详细]
2023-04-06 13:18 分类:问答database cleaner transaction with cucumber rails
I am writing a scenario for signup form. @abc @selenium Scenario:Non registered user signs up Given I am on the sign-up page[详细]
2023-04-06 11:17 分类:问答Getting Jenkins to run like the Selenium IDE
I\'ve been usi开发者_StackOverflow中文版ng Selenium IDE for regression tests, but as the number of test cases increases, I\'ve moved it over to Jenkins to run.[详细]
2023-04-06 10:55 分类:问答Selenium: Is the select window is corresponding to session
I want to know how the selenium selectWindow selects the window is it according to session. i.e. If I have two sessions in parallel and both the sessions are selecting pop-up window with same name MyW[详细]
2023-04-06 08:31 分类:问答selenium: css query
<b> <s> <b>---</b> (1) <b>---</b> (2) </s> </b> <s> <b>---</b> (3)[详细]
2023-04-06 04:18 分类:问答Random NoHttpResponseException with ChromeDriver in Selenium
Google made an update to Chrome over the weekend and I am trying to run some automated tests using Selenium. Ever since the update, every few 5 or 6 runs results in the following error. I run the test[详细]
2023-04-06 04:01 分类:问答