Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Created June 10, 2013 20:15
Show Gist options
  • Select an option

  • Save AutomatedTester/5751882 to your computer and use it in GitHub Desktop.

Select an option

Save AutomatedTester/5751882 to your computer and use it in GitHub Desktop.
from marionette import Marionette
from marionette.keys import Keys
m=Marionette()
m.start_session()
m.set_context('chrome')
urlbar = m.find_element('id', 'urlbar')
urlbar.send_keys('https://www.google.co.uk')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment