← Back to team overview

sikuli-driver team mailing list archive

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.