Skip to content

Instantly share code, notes, and snippets.

@bbchriscesar
Created February 17, 2019 21:50
Show Gist options
  • Select an option

  • Save bbchriscesar/5c9bd60341936966c5ea914db3c2aad4 to your computer and use it in GitHub Desktop.

Select an option

Save bbchriscesar/5c9bd60341936966c5ea914db3c2aad4 to your computer and use it in GitHub Desktop.
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
driver.find_element_by_xpath("//*[@id='tsf']/div[2]/div/div[1]/div/div[1]/input").send_keys('How are you!', Keys.ENTER)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment