New question #184304 on Sikuli:
https://answers.launchpad.net/sikuli/+question/184304

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)
type(url + Key.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