So I\'m trying to verify 开发者_Go百科the pop-ups occur in my Selenium 2 functional tests. Right now there seems to be no built-in way for selenium 2 to handle these. Is there a way to create C# code
开发者_JAVA百科 Merged with Can Selenium test mobile webapps?. I need to test, with Selenium or a similar automated testing tool, how my webapp behaves on iPhone\'s Mobile Safari and on An
i\'m use selenium. i use it by using firefox plugin. but i have problem to utilize it. For example, i need to make a 100 post(I need them has different title, range from 1-100) without i have to copy-
I just added Except开发者_高级运维ionHub (a javascript error tracking service) to our website, but all my selenium tests are failing now. When I look at the selenium output, it says it timed out in wa
Is it possible to test a webpage which supports an export mechanism? This export mechanism streams the data displayed in a开发者_如何学运维 table via xml to the user. For now it\'s sufficient to test
I would like to scrape some dynamic data off of a website. On the site, there are a couple of links at the top labeled \"1\", \"2\", \"3\", and \"next\". If a link labeled by a number is pressed, it
I am using Selenium RC to do some test now. And the driver I use is python. But now, I faced a problem, that is: every time Selenium RC runs, and open a url, it opens 2 windows, one is for logging and
I try to write xpath expressions so that my tests won\'t be broken by small design changes. So instead of the expressions that Selenium IDE generates, I write my own.
I\'ve used Selenium to do lots of UI testing from the browser. If you have a web service behind the Java jsp page i.e. in a servlet, you can test it from Selenium.
can i start a selenium server with different port from my code like we do seleniumserver s= new seleniumserve开发者_如何学JAVAr();