You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If specifying a path to a web driver in the selenium webdriver constructor it looks like it expects a full path, including the filename. However, this error checking of the passed driverPath into the webbot constructor (which is then passed to the webdriver constructor) checks to see if it's not a directory. This should probably check if it's not a file instead.
The text was updated successfully, but these errors were encountered:
webbot/webbot/webbot.py
Line 56 in 333f518
If specifying a path to a web driver in the selenium webdriver constructor it looks like it expects a full path, including the filename. However, this error checking of the passed driverPath into the webbot constructor (which is then passed to the webdriver constructor) checks to see if it's not a directory. This should probably check if it's not a file instead.
The text was updated successfully, but these errors were encountered: