← Back to team overview

sikuli-driver team mailing list archive

[Question #184304]: type(url + Key.ENTER) in firefox url text field - Does not go to URL?

 

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.