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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to