Change chromedriver path

merge-requests/23/head
Brian Haley 2019-08-09 01:08:11 -04:00
parent 94b21f5971
commit a693db00a2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"from splinter import Browser\n", "from splinter import Browser\n",
"\n", "\n",
"# Setting up Selenium\n", "# Setting up Selenium\n",
"chrome_driver = os.path.join('..', 'resources', 'chromedriver.exe')\n", "chrome_driver = os.path.join('..', 'chromedriver.exe')\n",
"executable_path = {'executable_path': chrome_driver}\n", "executable_path = {'executable_path': chrome_driver}\n",
"browser = Browser('chrome', **executable_path, headless=False)\n", "browser = Browser('chrome', **executable_path, headless=False)\n",
"\n", "\n",