Skip to content

Commit

Permalink
Merge branch 'google-chrome-compat' into main
Browse files Browse the repository at this point in the history
Signed-off-by: Derpitron <[email protected]>
  • Loading branch information
Derpitron authored Aug 21, 2024
2 parents 7466fa4 + a8eaaed commit a362e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.common.exceptions import NoSuchElementException, NoSuchWindowException, TimeoutException
from selenium.webdriver.chrome.service import Service as ChromiumService
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.support import expected_conditions as EC
Expand Down

0 comments on commit a362e5e

Please sign in to comment.