Advertisement
ridwan100

locator

Jan 17th, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. from selenium.webdriver.common.by import By
  2.  
  3.  
  4. class MainPageLocators(object):
  5.     GO_BUTTON = (By.ID,'submit')
  6. class SearchResultsLocators(object):
  7.     pass    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement