package session
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- session
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def back: RIO[Session, Unit]
- def domain: RIO[Session, String]
- def findElement(by: By)(implicit wait: WaitConfig = None): ZIO[Session with Clock, NoSuchElementException, WebElement]
- def findElements(by: By)(implicit wait: WaitConfig = None): RIO[Session with Clock, List[WebElement]]
- def forward: RIO[Session, Unit]
- def getFluentWaiter(polling: Duration, timeout: Duration): RIO[Session, Fluent]
- def getPageSource: RIO[Session, String]
- def getWebdriver: RIO[Session, WebDriver]
- def hasElement(by: By)(implicit wait: WaitConfig = None): RIO[Session with Clock, Boolean]
- def link(url: String): ZIO[Session, Throwable, Unit]
- def refresh: RIO[Session, Unit]
- def title: RIO[Session, String]
- def url: RIO[Session, String]
- object Session extends Serializable