Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from selenium.webdriver.common.by import By
- class MainPageLocators(object):
- GO_BUTTON = (By.ID,'submit')
- class SearchResultsLocators(object):
- pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement