Packages

p

zinteract

session

package session

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. session
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Session = Has[Service]

Value Members

  1. def back: RIO[Session, Unit]
  2. def domain: RIO[Session, String]
  3. def findElement(by: By)(implicit wait: WaitConfig = None): ZIO[Session with Clock, NoSuchElementException, WebElement]
  4. def findElements(by: By)(implicit wait: WaitConfig = None): RIO[Session with Clock, List[WebElement]]
  5. def forward: RIO[Session, Unit]
  6. def getFluentWaiter(polling: Duration, timeout: Duration): RIO[Session, Fluent]
  7. def getPageSource: RIO[Session, String]
  8. def getWebdriver: RIO[Session, WebDriver]
  9. def hasElement(by: By)(implicit wait: WaitConfig = None): RIO[Session with Clock, Boolean]
  10. def link(url: String): ZIO[Session, Throwable, Unit]
  11. def refresh: RIO[Session, Unit]
  12. def title: RIO[Session, String]
  13. def url: RIO[Session, String]
  14. object Session extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped