Blackboard-marks/utils/selectors.py

12 lines
310 B
Python
Raw Permalink Normal View History

2022-11-26 15:51:00 +08:00
from selenium.webdriver.common.by import By
class Selectors:
# Microsoft login
BOX_USERNAME = (By.ID, "i0116")
BOX_PASSWORD = (By.ID, "i0118")
DIV_USERERROR = (By.ID, 'usernameError')
BUTTON_NEXT = (By.ID, "idSIButton9")
BUTTON_DENY = (By.ID, "idBtn_Back")
# Selectors for grades