package context
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- context
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Fluent(waiter: FluentWait[WebDriver]) extends WaitConfig with Product with Serializable
- case class Scheduled(schedule: Schedule[Clock, Throwable, Any]) extends WaitConfig with Product with Serializable
- sealed trait WaitConfig extends AnyRef
Value Members
- def findElementFrom(context: SearchContext)(by: By)(implicit wait: WaitConfig = None): ZIO[Clock, NoSuchElementException, WebElement]
- def findElementsFrom(context: SearchContext)(by: By)(implicit wait: WaitConfig = None): RIO[Clock, List[WebElement]]
- def hasElementFrom(context: SearchContext)(by: By)(implicit wait: WaitConfig = None): RIO[Clock, Boolean]
- case object None extends WaitConfig with Product with Serializable