Mark,
We are running tests through Jenkins so tests automatically are headless. Does locking of machine matter in this case?
I would guess your screen is locked, the user running IE tests needs to be logged in and the screen can't be locked if you want screenshots.
On 22/05/2013 12:45, Vid wrote:
Hi,
We are using selenium webdriver with cucumber and ruby for automation testing of our web application. We execute our tests through Jenkins.
We are facing an issue while taking screenshot during test execution on IE, the screenshot comes black. However, there is no issue when we run tests on IE on local machine (without Jenkins). Also, we are able to successfully take screenshots on firefox through Jenkins.
Could anyone help with this issue please?
Thanks.
Divya
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+unsubscribe@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at http://groups.google.com/group/webdriver?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "webdriver" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/webdriver/IR-0dMHzI7g/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to webdriver+unsubscribe@googlegroups.com.
Mark,
We are running tests through Jenkins so tests automatically are headless. Does locking of machine matter in this case?
On May 24, 2013 4:54 PM, "Mark Collin" <mark....@lazeryattack.com> wrote:
I would guess your screen is locked, the user running IE tests needs to be logged in and the screen can't be locked if you want screenshots.
On 22/05/2013 12:45, Vid wrote:
Hi,
We are using selenium webdriver with cucumber and ruby for automation testing of our web application. We execute our tests through Jenkins.
We are facing an issue while taking screenshot during test execution on IE, the screenshot comes black. However, there is no issue when we run tests on IE on local machine (without Jenkins). Also, we are able to successfully take screenshots on firefox through Jenkins.
Could anyone help with this issue please?
Thanks.
Divya
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at http://groups.google.com/group/webdriver?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "webdriver" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/webdriver/IR-0dMHzI7g/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at http://groups.google.com/group/webdriver?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.
We are using windows machines as Jenkins server and slaves.
Can anyone please suggest something.This issue is still open.
Thanks Mark.Atleast now I know the reason :)
2. if you use service-based configuration you _need_ to set "Allow service to interact with desktop" option enabled for the service. Otherwise service can not interact with desktop.