Skip to content

Instantly share code, notes, and snippets.

@egek92
Created September 26, 2018 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egek92/ccdd1cd22232d966cee5c5c92269119a to your computer and use it in GitHub Desktop.
Save egek92/ccdd1cd22232d966cee5c5c92269119a to your computer and use it in GitHub Desktop.
from selenium import webdriver
driver = webdriver.Firefox(); //Chrome()
driver.get("https://www.panparella.com/group")
goztepeOne = driver.find_element_by_link_text("Göztepe")
goztepeOne.click()
@egek92
Copy link
Author

egek92 commented Sep 26, 2018

gerçi göztepeye basınca 1 işaretlenmiyormuş :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment