Skip to content

Commit

Permalink
fix py script
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Nov 8, 2023
1 parent 26630b2 commit ca6a197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multitrack-conference-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def init(self, is_headless):
dc = DesiredCapabilities.CHROME.copy()
dc['goog:loggingPrefs'] = { 'browser':'ALL' }

#service = Service(executable_path='./chromedriver')
service = Service(executable_path='C:/WebDriver/chromedriver.exe')
service = Service(executable_path='./chromedriver')
#service = Service(executable_path='C:/WebDriver/chromedriver.exe')

self.driver = webdriver.Chrome(service=service, options=browser_options)

Expand Down

0 comments on commit ca6a197

Please sign in to comment.