Is it possible to load an external javascript through Selenium R开发者_运维技巧C? Suppose I want to enable jquery in my tests so that I could use the jquery capability for my user-extension.js. Is thi
Is there any possibility of selecting windows based on Index as done in Iframes? Selects a frame within the current
I\'m running Selenium RC server 2.0b3 on Ubuntu 11.04.I installed Google Chrome and am trying to run some tests against it.I\'m able to run tests against Firefox just fine.However, when I run my test
I am trying to test a webpage using Selenium and NUnit. One of my test cases entails the validation of text boxes. Using Selenium and C#, I am able to retrieve the value entered in the text box. But w
I\'ve got a mad problem with an application I test with Selenium RC At the end of the page, several calls are made by a javascript script to an analytics webservice which takes literally minutes to r
Background: I\'ve just upgraded to use Selenium 2 and am using t开发者_开发问答he RemoteWebDriver to drive my tests.The problem is that when the RemoteWebDriver is instantiated it launches a browser (
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\'m still new to PHPUnit Testing and seleniumRC, but i have managed to get them both working, so now i was wondering if it is possible to sentout an email when the test fails and passes after every t
I am a newbie to Selenium and is implementing selenium-rc with Python client library. I tried traversing through my page\'s div using xpath(s) elements using the command \"sel.get_xpath_count(xpath)\"
This question already ha开发者_开发知识库s answers here: Closed 11 years ago. Possible Duplicate: