sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44221
Re: [Question #660021]: Key HOME in Edge browser
Question #660021 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660021
RaiMan proposed the following answer:
- I am on the same Edge
- If I simply scroll down the page a bit, and then start the script in
the IDE having only the type(Key.HOME), it does not work.
- but if i use this:
click(); wait(1) # clicks somewhere in the page with no effect but focus
type(Key.HOME)
... then it works.
So it is indeed a focus problem, though it might be special for the non-
human key-press situation.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.