Skip to content

New selectable action and is_present query

Latest

Choose a tag to compare

@samueljseay samueljseay released this 07 Jan 21:49

is_present query checks if an element exists on the page (whether visible or not) see the code for more detailed examples.

selectable action allows a user to select values from a select input by their label (see the code for examples)

Thanks to @backspace for these contributions!