Skip to content

Commit

Permalink
removed custom profile that circumvent problem in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Dec 1, 2023
1 parent 404f10f commit 6807833
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions deformdemo/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,7 @@ def setUpModule():

elif driver_name == "selenium_local_firefox":
from selenium.webdriver import Firefox
from selenium.webdriver.firefox.options import Options
options = Options()
options.add_argument("-profile")
options.add_argument('/home/trollfot/snap/firefox/common/tmp/seleniumprofile')
browser = Firefox(options=options)

browser = Firefox()

elif driver_name == "selenium_container_chrome":
from selenium_containers import start_chrome
Expand Down

0 comments on commit 6807833

Please sign in to comment.