balin / com.github.epadronu.balin.core / PageTests

PageTests

class PageTests

Constructors

<init>

PageTests()

Functions

Create a JavaScript-incapable WebDriver factory

fun Create a JavaScript-incapable WebDriver factory(): Array<Array<() -> <ERROR CLASS>>>

Model a page into a Page Object and navigate to it

fun Model a page into a Page Object and navigate to it(driverFactory: () -> WebDriver): Unit

Model a page into a Page Object with a forbidden at clause

fun Model a page into a Page Object with a forbidden at clause(driverFactory: () -> WebDriver): Unit

Model a page into a Page Object with a valid at clause

fun Model a page into a Page Object with a valid at clause(driverFactory: () -> WebDriver): Unit

model_a_page_into_a_page_object_navigate_and_interact_with

fun model_a_page_into_a_page_object_navigate_and_interact_with(driverFactory: () -> WebDriver): Unit

model_a_page_into_a_page_object_with_a_invalid_at_clause

fun model_a_page_into_a_page_object_with_a_invalid_at_clause(driverFactory: () -> WebDriver): Unit

model_a_page_into_a_page_object_with_no_url_and_try_to_navigate_to_it

fun model_a_page_into_a_page_object_with_no_url_and_try_to_navigate_to_it(driverFactory: () -> WebDriver): Unit

use_WebElement_click_in_a_page_to_place_the_browser_at_a_different_page

fun use_WebElement_click_in_a_page_to_place_the_browser_at_a_different_page(driverFactory: () -> WebDriver): Unit