sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44216
Re: [Question #660021]: Key HOME in Edge browser
Question #660021 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660021
Status: Open => Answered
RaiMan proposed the following answer:
Just tried: works.
Focus problem?
Just click somewhere in the page where it does not hurt and wait a
second before the type.
my test (sikulix.com in edge):
click()
wait(1)
type(Key.END)
wait(3)
type(Key.HOME)
wait(3)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.