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
Create base abstract DriverAtataContextBuilder<TBuilder, TService, TOptions> class. Move common driver builder methods there. Specific driver builders like ChromeAtataContextBuilder should inherit it.
Create base abstract
DriverAtataContextBuilder<TBuilder, TService, TOptions>
class. Move common driver builder methods there. Specific driver builders likeChromeAtataContextBuilder
should inherit it.Add extra methods to
DriverAtataContextBuilder`3
:Move
WithArguments
and add other driver specific methods to appropriate builders, likeChromeAtataContextBuilder
.The text was updated successfully, but these errors were encountered: