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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Change variable name defining path to ChromeDriver executable
1. Why is this change necessary?
Current environment variable in ChromeDriver.php uses '.', whilst valid according to the specification, this will not work using a bash shell (probably the most commonly used)
2. How does it address the issue?
'.' replaced with '_'. This is usable in bash (including cygwin)
Original code still there, only attempts new variable if original does not exist
3. What are the side effects?
None, previous name will still work, new name only used if original name does not exist
0 commit comments