diff --git a/__pycache__/test.cpython-39.pyc b/__pycache__/test.cpython-39.pyc index 6c7e376..89eb40f 100644 Binary files a/__pycache__/test.cpython-39.pyc and b/__pycache__/test.cpython-39.pyc differ diff --git a/test.py b/test.py index 1d2ed03..1f40273 100644 --- a/test.py +++ b/test.py @@ -12,7 +12,7 @@ def testhomepage(self): options = Options() options.headless = True - driver = webdriver.Chrome(executable_path="/Users/mueezkhan/django-test/chromedriver", options=options) + driver = webdriver.Chrome(options=options) driver.get(self.live_server_url) # try driver.get(self.live_server_url) if driver.get('http://127.0.0.1:8000/') does not work