DslExt

final class DslExt[F[_], R, O, S, E](dsl: Dsl[F, R, O, S, E]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def withSeleniumTab(tab: R => Tab[WebDriver], lockWait: Duration, lockRetry: Duration)(implicit EM: ExecutionModel[F]): Dsl[F, R, O, S, E]

Make sure this comes after any other .withActionMod calls.

Make sure this comes after any other .withActionMod calls.