Every time I launch a Firefox instance via Selenium RC I get 3 windows that I don\'t need appearing: the add-ons windows notifying me that
I am testing a web app where i delete an item from a list. Upon clicking on delete, the app asks for confirmation. Selenium IDE detects it as a confirmation box. When I run the code thro\' the RC (C#)
I have a index.html file which includes scripts.js in scripts.js: function Add(arg1, arg2) { if(typeof(a开发者_如何学JAVArg1) == \'string\') arg1 = parseInt(arg1);
I am trying t开发者_如何学Co simulate a keypress for enter key in selenium using the below statement:
I have a loop that checks for the existence of urls. If one does not exist Selenium exits: XHR ERROR: URL = http://localhost/pages/156.php Response_Code = 404 Error_Message = Not Found.
At the moment i use selenium using HTMLSuite. The command i use to start th开发者_如何学JAVAe server and run the a testsuite is shown below
I\'ve been trying to develop an automated test case solution using Selenium RC and Python and after lengthy testing I\'ve hit a pretty hard block in the road, so to speak.
I want to use Selenium RC wit开发者_如何学JAVAh a Perl client driver. How can I configure Selenium RC with Perl?Use the WWW::Selenium module to link up to Selenium RC.
I\'m currently resorting to first doing a get_xpath_count, and then creating a loop incrementing an index v开发者_C百科ariable, which in turn I inject back into the original xpath to select the nth re
I am trying to use Selenium RC but i keep getting this error whenever i start the server. The command i use is