I need to open a popup with parameter here am using, selenium.click(\"img_id\") selenium.open(\"http:开发者_StackOverflow//www.olio.combankcustomerlist.action?bankId=116&branchId=33&custome
My main problem is about having Hudson perform tests on another machine : I\'m testing a website with Selenium, and the early testing went well. Now is the time to have Hudson test it by itself while
I have HTML which looks basically like the following: ... <a class=\"btnX btnSelectedBG\" href=\"#\"><span>Sign in</span></a>
Is there a way to get the code coverage when running selenium te开发者_如何转开发sting? The problem here is selenium is invoking the UI directly instead of the real source which UI component calling.
I\'d like to run Selenium-RC and have it remember the cookies saved from the last time it was r开发者_Go百科un. Is this possible?Selenium server starts new profile for browser everytime, so your saved
Here is what I have to do : Open a url in IE/Chrome/Firefox browser. Do some UI user action (click/submit).
I\'m trying to test our website with different accept-language headers.So if accept-language header is fr it shows \"bonjour\" and if the accept-language header is \"en\" it shows \"hello\". 开发者_高
selenium.type(\"search-query\", \"case\"); selenium.click(\"//div[@id=\'advanced-search-box\']/a[1]\");
The some part of the html of the webpage which I\'m testing looks like this <div id=\"twoWideCallouts\">
I am developing automated test cases f开发者_如何学Goor my app using selenium RC in python 2.7. When I am using wait_for_time_to_load(time) is throwing error as the timeout is variable in my app. Can