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
Add method to DriverAtataContextBuilder<TBuilder, TService, TOptions>:
publicTBuilderWithLocalDriverPath();
Specifies that local/current directory should be used as the directory containing the driver executable file. Uses AppDomain.CurrentDomain.BaseDirectory as driver folder path. This configuration options makes sense for .NET Core 2.0 project that uses driver as a project package (hosted in the same build directory).
Add method to
DriverAtataContextBuilder<TBuilder, TService, TOptions>
:Specifies that local/current directory should be used as the directory containing the driver executable file. Uses
AppDomain.CurrentDomain.BaseDirectory
as driver folder path. This configuration options makes sense for .NET Core 2.0 project that uses driver as a project package (hosted in the same build directory).Usage
The text was updated successfully, but these errors were encountered: