Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

iam running my server in remote m/c and connecting browser from other m/c the capture screenshot comes as blank.

iam using selenium.captureScreenshot().

in some m/c it works ,above issue happens when my m/c is in IDC.

share|improve this question
Can you show some code? What version of selenium are you using? – Ivo Grootjes May 9 '11 at 15:18
i have edited my question! – sasikumar May 10 '11 at 8:54
@sasikumar and what is an m/c and IDC? please provide as much info as possible. – Ivo Grootjes May 10 '11 at 9:10
m/c is machine,IDC - data center – sasikumar May 10 '11 at 9:29
Are you saving your screenshot as png or jpg? And browser is FF or IE? If you are using FF, then I would suggest its better to selenium.captureScreenshotToString() as you will get the whole HTML page rather than what's just shown on screen – A.J May 12 '11 at 2:45
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.