selenium-rc
Unable to handle confrimation box with selenium RC
i am trying to press the ok button from a confirmation box like this (i added Thread.spleep so i checked the button is pressed and the confirmation box is shown)[详细]
2023-03-18 14:59 分类:问答Selenium RC cant find locator
I have the following locator: css=tr:contains(\'First page\') + tr table td:contains(\'Yes\') input I can find it o开发者_开发技巧n the page using Selenium IDE, but my Selenium RC test fails tryin[详细]
2023-03-18 14:13 分类:问答Headless Selenium with Xvfb - JavaScript not working, but no <noscript>
I\'m using Selenium on a开发者_如何转开发 Headless Linux machine with Xvfb and Firefox and got a little strange behaviour:[详细]
2023-03-18 13:37 分类:问答Rails how to clear database between selenium tests
Rails 3 Rspec 开发者_StackOverflow中文版Selenium webrat Selenium tests write to the development database.[详细]
2023-03-18 02:21 分类:问答Group/Filter in phpunit doesnt execute specific test case
i have a suite that calls multiple suites and many functions for 开发者_开发技巧LOG,REPORT and Execution if i m trying the same \'Group or Filter\' pattern its executes all the test cases without exec[详细]
2023-03-16 23:05 分类:问答In pythons self.selenium = selenium("localhost", 4444, "*firefox", "http://google.com/")
In pythons self.selenium = selenium(\"localhost\", 4444, \"*firefox\", \"http://g开发者_高级运维oogle.com/\")[详细]
2023-03-16 12:26 分类:问答Selecting the next formfield with Selenium RC and python
I am running an automated test to test a webform for my company. They have just installed a zipcode service which automatically adds the Street and City/Region when you fill in the Address and housenu[详细]
2023-03-16 07:50 分类:问答How to send an http RequestHeader using Selenium 2?
I needed to send an Http request with a few modified headers. After several hours trying to find an equivalent method to that of Selenium RC Selenium.addCustomRequestHeader for Selenium 2, I gave up a[详细]
2023-03-15 14:47 分类:问答Manual test conversion to Selenium RC
There is manual Test case. We need to check the following. Action Check Promo Links. Expected Results Up to four links are开发者_JAVA技巧 displayed at the bottom of the app.[详细]
2023-03-15 11:37 分类:问答how to handle Untrusted Connection Error in selenium RC for C#
I am writing my test cases in C#. When I am trying to run them, FF generates an untrusted connection error. 开发者_StackOverflow中文版I tried to add new profile, to add in about:config \"accept.all.ce[详细]
2023-03-15 10:32 分类:问答