--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To post to this group, send email to robotframe...@googlegroups.com.
To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
[snip]
. The problem is that, when the Jenkins job is started, the IE is not opening visibly and my scripts are failing. If I see the task manager, I see that IE process is started but in the background and hence not visible. Am I missing something here. Please help. The Jenkins is on some box where the job is started, my box has been added as a node where I have the Robot framework and scripts.
[Lars Nordin]
Tell us more about what you are doing with IE. If you are using Selenium internally to the browser then I would suggest using Selenium as a server – doing it this way also has the benefit of an easy transition to Selenium Grid and running your actions on any browser.
If you are try to just hit a URL then a simpler tool would be better – something like curl.