pradeep kattekola wrote: > ok. below are the steps i followed - > > Created one job in jenkins to run the webdriver code which was running > proper in main machine ( in which jenkins is installed). > i called the jenkins in other machine with main machine ip > address:8080. when i am executing the same job from remote machine , > the browser gets opening on main machine. I used Internet Explorer in > my current scenario.
What do you mean by "called the jenkins in other machine?" Are you talking about a Jenkins slave? Are you using WebDriver to control Jenkins itself? I have Python tests which use WebDriver. A Jenkins job runs the Python tests via a shell script but Jenkins has no direct knowledge of WebDriver. If you're trying to run WebDriver tests on a different host from that running the browser, that is a somewhat more advanced topic which is outside Jenkins's scope. You may get better help from the selenium project forums or mailing lists. -- Jonathan Rogers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
