When I use the Selenium RC 1.0.3 on windows everything works fine. When I config the client to use selenium on Ubuntu 10.10 what ha开发者_如何学Goppens is that the RemoteRunner is opening and showing
This I have found on the net in various places but with no actual solution. The default code for running a test is
I have set up a custo开发者_运维知识库m firefox profile and load it when selenium RC starts.The profile has firebug installed, and when I manually launch firefox with that profile, firebug is active.H
I am using selenium webdriver not straight selenium-rc I have a modal login prompt that come up when you click the login button. Its just a simple div such as ->that has a few frame containers in it.
I am trying to get the hang of both Python and Selenium RC and am having some difficulty getting the following sample Selenium Python Script to parse. I have resolved all of the following code\'s erro
we are plaining for automation te开发者_JAVA百科sting for our Java web-application, in this application following things are used Hibernate, Spring , Oracle11gr2 ......
The main idea of using the Custom Headers in Selenium RC was to add the User-agent and the phone nomber to my HTTP requests. For that purpose, I\'m using Selenium Server as a proxy in Firefox (see how
I exported a working Selenium test case to Java, running it via selenium-rc\'s selenium-server.jar in Junit4 on Eclipse.
I\'m having trouble getting Selenium to see sites hosted on a virtual machine. The following test causes an error, and I have no idea why:
I was wondering if anyone is familiar with testing different browser versions using seleni开发者_运维百科um.I know that you can specify which browser to test (using *firefox or *iexplore) but what if