sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08019
Re: [Question #184304]: type(url + Key.ENTER) in firefox url text field - Does not go to URL?
Question #184304 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/184304
Description changed to:
Pre-reqs:
Firefox is in focus, url is predefined (e.g. url =
http://www.google.com)
Steps:
type('t', KEY_CTRL) # opens a new tab in firefox
type('l', KEY_CTRL) # puts the url text field in focus
type(url + Key.ENTER) # types the url in and hits enter
Expected:
Firefox should go to the URL specified.
Actual:
A new tab is opened, the URL is typed, but Firefox does not go to the
URL.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.