Skip to content

Commit

Permalink
path hi remove krdia chrome driver ka
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Jan 11, 2022
1 parent 71de3d2 commit f63de5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified __pycache__/test.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f63de5f

Please sign in to comment.