Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

wrong chromedriver path setup #43

Answered by aahnik
peterninetythree asked this question in Q&A
Discussion options

You must be logged in to vote

Set Chrome Driver Path

When you will use wappdriver for the first time, it will ask you to input the path of Chrome Driver Executable in your system.

You can set the path programmatically

from wappdriver import set_chrome_driver_path
path = '/home/aahnik/Downloads/chrome_driver'
set_chrome_driver_path(path)

visit source

👉 Click here to watch an ad

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@peterninetythree
Comment options

Answer selected by aahnik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants