Hi All,
I am able to do my tests when my Selenium RC Server is started. I am currently using command shell to start my Selenium RC Server as: java -jar selenium-server.jar.
But I want to handle this part in my coding.I am using Eclipse tool. Please le
hi, How to configure jQuery support in selenium-server-2.0-a5 version, please help me.
Thanks &Regards.
R.Anbarasan.
I want to provide stress testing my web-app (which base on zk framework) with selenium and Jmeter(Java Request). But when I run test, selenium-rc init browser, can i avoid that, or do it in background. Thank you and sorry for my english.
Hi,
I've a question regarding capturing event launched from a client manager interface from a browser.
Our company has appworx 8.0 tool which is used to schedule task. I'm looking at selenium to capture the events from this tool.
To launch the
Hello,
I have trouble to run my test with NetBean as below:
public class MercuryTourTest extends SeleneseTestCase {
public static void main (String [] Args)throws Exception{
TestRunner.run(new MercuryTourTest());
The below code which i have written in notepad and saved it as python file(.py)
When i import this file it is giving error loading file... How to solve this problem.
from selenium import selenium
import unittest, time, re
class RSRK
Hi,
Below is my script which check is element present. When I give this selector:
Code: css=input[name='flightSearchParam[3].originAirport']
in Selenium Ide it find me this element, but when I run this in selenium rc it
Hi Guys,
This video will help you to hack the selenium rc server to work with latest firefox browser. As some user will found difficult to start firefox with selenium RC
so learn the trick and be master of the selenium. for more help go to
Hi Friends,
I am working on an application which does not run
in Firefox. I am
writing an automation script, for this application, in XHTML
which
runs in IE using Selenium RC. I have written code to open the
dropdown
list. This dropdown i
Q: Can Selenium do image comparison tests?
A: Selenium doesn't provide this on its own. What Selenium RC can do
is return images on the web page to the programming language, which,
coupled with an image processing library, can do image comparison
please bear with me as this is my first attempt at releasing a version
I have implemented a test for the "take a walk" function in the "manage" window. It has no effect on the game so far, it is just to see if it is working
Hi ODROID Team,
Great products!! I think its only one of its kind to have an opensource and somewhat affordable tablet for developers. I see freescale too has a reference design for tablet but i don't think it will be affordable for budget
can anybody teach me how to add down down menu like here
-->http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html
i like it because it really rocks!