Open lukeis opened 8 years ago
Reported by barancev
on 2015-02-13 20:39:47
Hi again,
I am not sure if there is anybody else affected by this issue or if
someone will really be able to reproduce this problem (or if there is an easy/quick
fix).
Therefore I am trying to find a solution that would at least work for us (and ideally
also for others). One idea would be to decorate the IE window procedure as soon as
the page is loaded (and not only for intercepting WM_GETMINMAXINFO messages (I am sceptical
that this place of free of race conditions, anyway)). Are there any obvious pitfalls
in doing this?
Reported by mmirold@testfabrik.com
on 2015-02-19 10:55:47
Don't use 64-bit version, see [1] for more details.
[1] http://jimevansmusic.blogspot.ru/2014/09/screenshots-sendkeys-and-sixty-four.html
Reported by barancev
on 2015-03-08 20:23:35
WontFix
Hi Alexei,
thank you for your response. I am not sure if I understand your suggestion correctly
as
1) Jim Evans writes in its blog post (the one you are referring to)
> Conversely, for the 64-bit IEDriverServer, the hook can be successfully
> installed in the top-level window for use in taking screenshots,
> because the process owning that window is a 64-bit process.
I understood that he suggests to use the 64bit driver to be able to get screenshots
and the 32bit driver to be able to have sendKeys() without the dreaded 5 second delay.
Is this wrong?
2) Our problem does only show up randomly, and from what I understand
the bitness problem would consistently lead to to truncated screenshots.
Thanks,
Michael
Reported by michaelmi31415
on 2015-03-08 21:47:58
Oops! I didn't mean to close the issue, sorry.
Just an advice to avoid 64-it IE driver :)
Reported by barancev
on 2015-03-08 21:53:31
New
No problem :) Is there really an alternative to the 64bit driver? I mean we "only" want
be able to use IE10 / IE11 on Win7 and get full-page screenshots. How do others do
that? As said, from what I have read I would assume that with the 32bit driver I would
always get truncated screenshots.
Reported by michaelmi31415
on 2015-03-08 22:11:44
Reported by luke.semerau
on 2015-09-17 17:47:31
Originally reported on Google Code with ID 8488
Reported by
mmirold@testfabrik.com
on 2015-02-13 13:40:23