balin / com.github.epadronu.balin.core / BrowserTests

BrowserTests

class BrowserTests

Constructors

<init>

BrowserTests()

Functions

Create a JavaScript-enabled WebDriver factory

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

Create a JavaScript-incapable WebDriver factory

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

find_some_basic_elements_in_the_page

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

model_a_page_into_a_Page_Object_and_interact_with_it_via_the_at_method

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

perform_a_simple_web_navigation

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

The driver should quit even after an exception is thrown in the middle of the navigation

fun The driver should quit even after an exception is thrown in the middle of the navigation(): Unit

Wait for the presence of a dynamic element with a favorable long sleep time

fun Wait for the presence of a dynamic element with a favorable long sleep time(driverFactory: () -> WebDriver): Unit

Wait for the presence of a dynamic element with a short timeout time

fun Wait for the presence of a dynamic element with a short timeout time(driverFactory: () -> WebDriver): Unit

Wait for the presence of a dynamic element with a well-chosen sleep and timeout times

fun Wait for the presence of a dynamic element with a well-chosen sleep and timeout times(driverFactory: () -> WebDriver): Unit

Wait for the presence of a dynamic element with an unfavorable short sleep time

fun Wait for the presence of a dynamic element with an unfavorable short sleep time(driverFactory: () -> WebDriver): Unit

Wait for the presence of an element that shouldn't be there

fun Wait for the presence of an element that shouldn't be there(driverFactory: () -> WebDriver): Unit

wait_for_the_presence_of_an_element_that_should_be_there

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