Closed canstand closed 2 weeks ago
Hi @mxschmitt , this change makes RunOptions.DriverDirectory
point to the preinstalled path, just like playwright-java's PreinstalledDriver. driverDir. I think it's a reasonable change. For example I can reuse the installed drivers of pytest-playwright
. Otherwise you can only rely on symbolic links to the filesystem.
What do you think?
BREAKING CHANGE: When specifying the playwright driver directory via
RunOptions.DriverDirectory
or thePLAYWRIGHT_DRIVER_PATH
environment variable, you need to point directly to the directory of the corresponding version. The previously hard-codedms-playwright-go/x.xx.x
subdirectory is now only applies to the default cache directory. (close #496)