Using selenium I want to get the order of items or rather list of keys of the multiselect list or dropdown.
I\'m trying to automate a task开发者_StackOverflow中文版 using Selenium-RC where the user doesn\'t have to be logged in. Here\'s the ideal scenario:
I hear that webdriver for Chrome is being re-developed as part of the Chromium project (since the original Chrome webdriver of the selenium project is unusable).Does anyone know if development is comp
I got a table with <tr> data as: <tr class=\"iceDatTblRow1\" id=\"body-subview:myMainPage:MainTabs:0:dataTable:0\">
I have some problems with my selenium tests on Google Chrome with the key event. I 开发者_StackOverflowjust used this code :
Hello all I am using webdriver so if I want to use selenium;s rc function isElementPresent I have to emulate selenium rc so I do something like this:
I am trying to get the Selenium server up and running. However, when Itype: java -jar selenium-server-standalone-2.0b3.jar
I am using selenium to record some tests. We have a save to pdf button on our application thatgen开发者_开发百科erates thewindows open/ save or in firefox the ok/cancel windows pop up,
I am using Selenium IDE to verify some elements on a page during a test.I have a script tag that has a dynamic SRC attribute on it.It generates the parameters for the url based on what page design i a
Does the Selenium 2 C# library support using Sel开发者_运维知识库enium 1 commands? In java you can create a WebDriverBackedSelenium object and use Selenium 1 commands but can this be done in C# ?