Skip to content

Commit 100c994

Browse files
committed
Change Chrome driver to headless mode
1 parent 44c9a39 commit 100c994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/transifex/transifex_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def login_transifex(driver, username, password):
3636

3737

3838
def get_driver_with_login(username, password):
39-
driver = start_chrome(headless=False) # FIXME
39+
driver = start_chrome(headless=True)
4040
driver.get(TRANSIFEX_URL)
4141
sleep(5)
4242
login_transifex(driver, username, password)

0 commit comments

Comments
 (0)