toLeftOf()
Search relative HTML elements with this relativeSelector.
Examples
Section titled “Examples”await click(link("Block", toLeftOf("name"))await write(textBox("first name", toLeftOf("last name"))Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
selector | selector | string | Web element selector. |
Returns
Section titled “Returns”| Type | Description |
|---|---|
| RelativeSearchElement | . |