selenium-rc
selenium is able to find but unable to click on an unicode character
I am having trouble getting selenium RC to click on a button. There is a button on a page that has the character \"pi\" on it and I am trying to click on it. The html code looks something like this[详细]
2023-04-10 16:53 分类:问答How to create a Selenium test suite written in Ruby?
I have a bunch of Selenium tests written in Ruby. I record with the IDE and export HTML tests as Ruby(Test::Unit) tests. In my TestingProject (Ruby project created in NetBeans) I simply create a new f[详细]
2023-04-10 10:20 分类:问答css query for selenium
css=table#playlistTable tr:nth(0) span[class=\'playlistNumDisplay smallFont\'] I am getting an error in this css above.[详细]
2023-04-09 23:12 分类:问答How to check alignment of text using selenium RC
verify alignment of text or any other element in web page using selenium rc. i use python, is there any budy who can he开发者_如何转开发lp with this.you can utilize getAttribute command for example[详细]
2023-04-09 10:57 分类:问答Selenium Script For IE
I got this error , while running selenium script for Internet Explorer 9. Exception in thread \"main\" org.openqa.selenium.WebDriverException: Unexpected error launching Internet Explorer. Protected[详细]
2023-04-09 06:27 分类:问答How to verify date format using selenium
How can I verify that a date displayed on the web page fits 开发者_C百科a particular format with Python bindings for Selenium-RC?I would grab the date (using whatever selector is appropriate), then tr[详细]
2023-04-09 02:58 分类:问答Selenium testing without browser
I use Selenium RC for 开发者_JAVA百科testing. Now to perform a load test, I want to run parallel test cases.[详细]
2023-04-08 23:43 分类:问答How to run Selenium tests parallelly in one machine
I have two test suites configured in build.gradle and i am using selenium-server-standalone-2.1.0.jar. How can i make use of selenium-grid to run selenium tests parallel. Is it possible to run two dif[详细]
2023-04-08 14:40 分类:问答Selenium RC and Firefox4 support
Who knows in which release of selenium server fi开发者_JAVA百科refox4 (firefox5) works correctly. On http://seleniumhq.org/about/platforms.html mentioned that both versions are supported, but I didn\'[详细]
2023-04-08 13:22 分类:问答Help with Selenium Webdriver download?
I have Selenium IDE and i want to install Selenium Webdriver. 1) Can anyone tell me where can i download selenium webdriver. i don\'t see any link available in the documentation.[详细]
2023-04-08 06:08 分类:问答