style: updated var name to snake casessssssssss
This commit is contained in:
parent
a36ae742f6
commit
83673f92fd
6
main.py
6
main.py
@ -18,9 +18,9 @@ class BaseTester:
|
||||
PASSWORD = ""
|
||||
|
||||
def __init__(self):
|
||||
fireFoxOptions = webdriver.FirefoxOptions()
|
||||
fireFoxOptions.headless = True
|
||||
self.browser = webdriver.Firefox(options=fireFoxOptions)
|
||||
firefox_options = webdriver.FirefoxOptions()
|
||||
firefox_options.headless = True
|
||||
self.browser = webdriver.Firefox(options=firefox_options)
|
||||
self.wait = WebDriverWait(self.browser, 20)
|
||||
|
||||
def login(self):
|
||||
|
Loading…
Reference in New Issue
Block a user