Access to a specific tab in a browser.
Ensure that you call .withSeleniumTab
on your TestState DSL when using this.
Note: This is mutable.
- Companion
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
Close the tab.
Close the tab.
- Returns
whether this call was effective. Specifically, true if this call closed the tab, false if the tab was already closed.
def useM[M[_], A](f: D => M[A], lockWait: Duration, lockRetry: Duration)(implicit EM: ExecutionModel[M]): M[A]