My complete working environment is Linux based (Ubuntu for desktop and server). I use Hudson and Selenium to execute tests on my EE6/ZK web application with any browser available for Ubuntu.
I\'m playing with a grails app that has a contextmenu开发者_运维百科 (on right-click). The context menu is built using Chris Domigan\'s jquery contextmenu plugin.
I\'m trying to write selenium tests for a web si开发者_如何学Pythonte. I used a Tomcat server with a MemoryRealm authentication cf
I\'ve run into a weird problem yesterday. I am using selenium-rc along with C# to write test scripts. For the first time, yesterday, I started getting the error \"Unable to connect to remote server\".
We\'re converting our Selenium tests to use Selenium-Grid. I\'m trying to find a way to launch selenium-grid\'s hub and/or remote so that it can use the user-extensions.js that we created before. I\'
I\'m facing a kinda weird开发者_开发百科 problem today. Selenium appears to click on a link in one test case, but, ignores the same link in the subsequent case. This happens with any permutation-combi
I initialize the selenium like public void setUp() throws Exception { setUp(\"http://localhost/\", \"*firefox\");
Consider a simple DefaultSelenium object DefaultSelenium sel = new DefaultSelenium(\"http://localhost:8080/myapp\",4444,\"*iexplore\",\"/myAppLevel1\");
I\'ve got a bunch of test scripts written using Test::WWW::Selenium (but the fact that I used perl is inconsequential, any language selenium supports probably has the problem I describe).When the cogs
I am using Selenium to test out a web site. The web site contains a date field, which when clicked, opens a popup from wherein I can choose the date.