api

http4k / org.http4k.webdriver / By

By

object By

Custom set of By implementations for testing http4k applications. As the backing store is JSoup we are limited to implementing selectors which are supported by that.

Functions

Name Summary
className fun className(className: String): By
cssSelector fun cssSelector(cssSelector: String): By
disabledCssSelector fun disabledCssSelector(disabledCssSelector: String): By
id fun id(id: String): By
tagName fun tagName(tagName: String): By