Browser Accessor APIs
Form Input Elements
_password
| Sahi Pro |
| 3.5 |
| API | _password(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: password |
| HTML | |
| Identifiers | name, id, css class, sahiLabel, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th password in the UI and 2nd password with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_radioGroup
| Sahi Pro |
| 11.0.0 |
| API | _radioGroup(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: radio |
| HTML | |
| Identifiers | id, name, value, css class, sahiLabel, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th radioGroup in the UI and 2nd radioGroup with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | _sahi.getSelectValueFn (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setSelected
Example usage:
|
| Assertions |
Example assertions:
|
_textbox
| Sahi Pro |
| 3.5 |
| API | _textbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: text |
| HTML | |
| Identifiers | aria-label, name, id, css class, sahiLabel, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th textbox in the UI and 2nd textbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_hidden
| Sahi Pro |
| 3.5 |
| API | _hidden(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: hidden |
| HTML | |
| Identifiers | name, id, css class, sahiLabel, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th hidden in the UI and 2nd hidden with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_datebox
| Sahi Pro |
| 3.5 |
| API | _datebox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: date |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th datebox in the UI and 2nd datebox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_datetimebox
| Sahi Pro |
| 3.5 |
| API | _datetimebox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: datetime |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th datetimebox in the UI and 2nd datetimebox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_datetimelocalbox
| Sahi Pro |
| 3.5 |
| API | _datetimelocalbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: datetime-local |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th datetimelocalbox in the UI and 2nd datetimelocalbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_emailbox
| Sahi Pro |
| 3.5 |
| API | _emailbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: email |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th emailbox in the UI and 2nd emailbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_monthbox
| Sahi Pro |
| 3.5 |
| API | _monthbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: month |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th monthbox in the UI and 2nd monthbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_numberbox
| Sahi Pro |
| 3.5 |
| API | _numberbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: number |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th numberbox in the UI and 2nd numberbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_rangebox
| Sahi Pro |
| 3.5 |
| API | _rangebox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: range |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th rangebox in the UI and 2nd rangebox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_searchbox
| Sahi Pro |
| 3.5.2 |
| API | _searchbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: search |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th searchbox in the UI and 2nd searchbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_telephonebox
| Sahi Pro |
| 4.2 |
| API | _telephonebox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: tel |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th telephonebox in the UI and 2nd telephonebox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_timebox
| Sahi Pro |
| 3.5 |
| API | _timebox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: time |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th timebox in the UI and 2nd timebox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_urlbox
| Sahi Pro |
| 3.5 |
| API | _urlbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: url |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th urlbox in the UI and 2nd urlbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_weekbox
| Sahi Pro |
| 3.5 |
| API | _weekbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: week |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th weekbox in the UI and 2nd weekbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
_textarea
| Sahi Pro |
| 3.5 |
| API | _textarea(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: TEXTAREA |
| HTML | |
| Identifiers | name, id, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th textarea in the UI and 2nd textarea with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValue
Example usage:
|
| Assertions |
Example assertions:
|
Button Like Elements
_button
| Sahi Pro |
| 3.5 |
| API | _button(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: button |
| HTML | |
| Identifiers | newAttribute, value, name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th button in the UI and 2nd button with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_button
| Sahi Pro |
| 3.5 |
| API | _button(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: BUTTON of type: button |
| HTML | |
| Identifiers | visible text, name, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th button in the UI and 2nd button with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_checkbox
| Sahi Pro |
| 3.5 |
| API | _checkbox(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: checkbox |
| HTML | |
| Identifiers | name, id, value, css class, sahiLabel, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th checkbox in the UI and 2nd checkbox with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | checked (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_radio
| Sahi Pro |
| 3.5 |
| API | _radio(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: radio |
| HTML | |
| Identifiers | id, name, value, css class, sahiLabel, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th radio in the UI and 2nd radio with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | checked (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_submit
| Sahi Pro |
| 3.5 |
| API | _submit(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: submit |
| HTML | |
| Identifiers | value, name, sahiLabel, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th submit in the UI and 2nd submit with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_submit
| Sahi Pro |
| 3.5 |
| API | _submit(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: BUTTON of type: submit |
| HTML | |
| Identifiers | visible text, name, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th submit in the UI and 2nd submit with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_reset
| Sahi Pro |
| 3.5 |
| API | _reset(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: reset |
| HTML | |
| Identifiers | value, name, id, css class, sahiLabel, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th reset in the UI and 2nd reset with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_reset
| Sahi Pro |
| 3.5 |
| API | _reset(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: BUTTON of type: reset |
| HTML | |
| Identifiers | visible text, name, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th reset in the UI and 2nd reset with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_imageSubmitButton
| Sahi Pro |
| 3.5 |
| API | _imageSubmitButton(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: image |
| HTML | |
| Identifiers | title|alt, name, id, sahiFileName, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th imageSubmitButton in the UI and 2nd imageSubmitButton with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
Dropdowns
_select
| Sahi Pro |
| 3.5 |
| API | _select(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: SELECT |
| HTML | |
| Identifiers | name, id, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th select in the UI and 2nd select with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | optionText (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setSelected
Example usage:
|
| Assertions |
Example assertions:
|
_option
| Sahi Pro |
| 3.5 |
| API | _option(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: OPTION |
| HTML | |
| Identifiers | visible text, value, id, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th option in the UI and 2nd option with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _
Example usage:
|
| Assertions |
Example assertions:
|
File Uploads
_file
| Sahi Pro |
| 3.5 |
| API | _file(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: INPUT of type: file |
| HTML | |
| Identifiers | name, id, sahiLabel, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th file in the UI and 2nd file with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | value (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setFile
Example usage:
|
| Assertions |
Example assertions:
|
Table Elements
_table
| Sahi Pro |
| 3.5 |
| API | _table(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: TABLE |
| HTML | |
| Identifiers | id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th table in the UI and 2nd table with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is
Example usage:
|
| Assertions |
Example assertions:
|
_row
| Sahi Pro |
| 3.5 |
| API | _row(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: TR |
| HTML | |
| Identifiers | id, css class, visible text, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th row in the UI and 2nd row with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_cell
| Sahi Pro |
| 3.5 |
| API | _cell(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: TD |
| HTML | |
| Identifiers | visible text, id, css class, index, data-testid
Valid Accessors and alternatives: (Assume this is the 6th cell in the UI and 2nd cell with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_tableHeader
| Sahi Pro |
| 3.5 |
| API | _tableHeader(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: TH |
| HTML | |
| Identifiers | visible text, id, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th tableHeader in the UI and 2nd tableHeader with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
Other HTML Tags
_link
| Sahi Pro |
| 3.5 |
| API | _link(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: A |
| HTML | |
| Identifiers | visible text, title|alt, id, index, href, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th link in the UI and 2nd link with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_image
| Sahi Pro |
| 3.5 |
| API | _image(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: IMG |
| HTML | |
| Identifiers | title|alt, id, sahiFileName, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th image in the UI and 2nd image with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_label
| Sahi Pro |
| 3.5 |
| API | _label(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: LABEL |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th label in the UI and 2nd label with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_listItem
| Sahi Pro |
| 3.5 |
| API | _listItem(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: LI |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th listItem in the UI and 2nd listItem with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_list
| Sahi Pro |
| 3.5 |
| API | _list(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: UL |
| HTML | |
| Identifiers | id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th list in the UI and 2nd list with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_list
| Sahi Pro |
| 3.5 |
| API | _list(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: OL |
| HTML | |
| Identifiers | id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th list in the UI and 2nd list with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_div
| Sahi Pro |
| 3.5 |
| API | _div(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: DIV |
| HTML | |
| Identifiers | visible text, id, aria-label, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th div in the UI and 2nd div with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_span
| Sahi Pro |
| 3.5 |
| API | _span(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: SPAN |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th span in the UI and 2nd span with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_fieldset
| Sahi Pro |
| 5.1.0 |
| API | _fieldset(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: FIELDSET |
| HTML | |
| Identifiers | name, id, css class, sahiLegendText, data-testid, index, disabled
Valid Accessors and alternatives: (Assume this is the 6th fieldset in the UI and 2nd fieldset with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _
Example usage:
|
| Assertions |
Example assertions:
|
_datalist
| Sahi Pro |
| 9.2.0 |
| API | _datalist(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: DATALIST |
| HTML | |
| Identifiers | name, id, index, css class, data-testid
Valid Accessors and alternatives: (Assume this is the 6th datalist in the UI and 2nd datalist with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _setValueFromList
Example usage:
|
| Assertions |
Example assertions:
|
_heading1
| Sahi Pro |
| 3.5 |
| API | _heading1(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: H1 |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th heading1 in the UI and 2nd heading1 with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_heading2
| Sahi Pro |
| 3.5 |
| API | _heading2(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: H2 |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th heading2 in the UI and 2nd heading2 with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_heading3
| Sahi Pro |
| 3.5 |
| API | _heading3(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: H3 |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th heading3 in the UI and 2nd heading3 with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_heading4
| Sahi Pro |
| 3.5 |
| API | _heading4(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: H4 |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th heading4 in the UI and 2nd heading4 with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_heading5
| Sahi Pro |
| 3.5 |
| API | _heading5(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: H5 |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th heading5 in the UI and 2nd heading5 with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_heading6
| Sahi Pro |
| 3.5 |
| API | _heading6(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: H6 |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th heading6 in the UI and 2nd heading6 with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_area
| Sahi Pro |
| 3.5 |
| API | _area(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: AREA |
| HTML | |
| Identifiers | id, title|alt, href, shape, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th area in the UI and 2nd area with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_map
| Sahi Pro |
| 3.5 |
| API | _map(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: MAP |
| HTML | |
| Identifiers | name, id, title, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th map in the UI and 2nd map with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_paragraph
| Sahi Pro |
| 4.3 |
| API | _paragraph(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: P |
| HTML | |
| Identifiers | id, css class, visible text, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th paragraph in the UI and 2nd paragraph with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_italic
| Sahi Pro |
| 3.5 |
| API | _italic(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: I |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th italic in the UI and 2nd italic with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_emphasis
| Sahi Pro |
| 3.5 |
| API | _emphasis(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: EM |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th emphasis in the UI and 2nd emphasis with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_bold
| Sahi Pro |
| 3.5 |
| API | _bold(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: B |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th bold in the UI and 2nd bold with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_strong
| Sahi Pro |
| 3.5 |
| API | _strong(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: STRONG |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th strong in the UI and 2nd strong with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_preformatted
| Sahi Pro |
| 3.5 |
| API | _preformatted(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: PRE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th preformatted in the UI and 2nd preformatted with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_code
| Sahi Pro |
| 3.5 |
| API | _code(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: CODE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th code in the UI and 2nd code with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_blockquote
| Sahi Pro |
| 3.5 |
| API | _blockquote(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: BLOCKQUOTE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th blockquote in the UI and 2nd blockquote with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_canvas
| Sahi Pro |
| 3.6 |
| API | _canvas(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: CANVAS |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th canvas in the UI and 2nd canvas with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_abbr
| Sahi Pro |
| 3.6.2 |
| API | _abbr(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: ABBR |
| HTML | |
| Identifiers | visible text, title, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th abbr in the UI and 2nd abbr with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_hr
| Sahi Pro |
| 5.0.5 |
| API | _hr(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: HR |
| HTML | |
| Identifiers | id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th hr in the UI and 2nd hr with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_iframe
| Sahi Pro |
| 3.5 |
| API | _iframe(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: IFRAME |
| HTML | |
| Identifiers | id, name, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th iframe in the UI and 2nd iframe with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _
Example usage:
|
| Assertions |
Example assertions:
|
_frame
| Sahi Pro |
| 3.5 |
| API | _frame(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: FRAME |
| HTML | |
| Identifiers | id, name, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th frame in the UI and 2nd frame with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _
Example usage:
|
| Assertions |
Example assertions:
|
_object
| Sahi Pro |
| 5.0.5 |
| API | _object(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: OBJECT |
| HTML | |
| Identifiers | id, name, data, _sahi.ofn1, _sahi.ofn2
Valid Accessors and alternatives: (Assume this is the 6th object in the UI and 2nd object with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _
Example usage:
|
| Assertions |
Example assertions:
|
_embed
| Sahi Pro |
| 5.0.8 |
| API | _embed(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: EMBED |
| HTML | |
| Identifiers | name, id, _sahi.ofn1, _sahi.ofn2
Valid Accessors and alternatives: (Assume this is the 6th embed in the UI and 2nd embed with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _
Example usage:
|
| Assertions |
Example assertions:
|
_dList
| Sahi Pro |
| 4.2 |
| API | _dList(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: DL |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th dList in the UI and 2nd dList with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_dTerm
| Sahi Pro |
| 4.2 |
| API | _dTerm(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: DT |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th dTerm in the UI and 2nd dTerm with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_dDesc
| Sahi Pro |
| 4.2 |
| API | _dDesc(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: DD |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th dDesc in the UI and 2nd dDesc with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_font
| Sahi Pro |
| 5.1.0 |
| API | _font(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: FONT |
| HTML | |
| Identifiers | visible text, color, face, size, data-testid
Valid Accessors and alternatives: (Assume this is the 6th font in the UI and 2nd font with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _none
Example usage:
|
| Assertions |
Example assertions:
|
_svg_rect
| Sahi Pro |
| 5.0 |
| API | _svg_rect(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: RECT |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_rect in the UI and 2nd svg_rect with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_svg_tspan
| Sahi Pro |
| 5.0 |
| API | _svg_tspan(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: TSPAN |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_tspan in the UI and 2nd svg_tspan with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_svg_circle
| Sahi Pro |
| 5.0 |
| API | _svg_circle(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: CIRCLE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_circle in the UI and 2nd svg_circle with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_svg_ellipse
| Sahi Pro |
| 5.0 |
| API | _svg_ellipse(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: ELLIPSE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_ellipse in the UI and 2nd svg_ellipse with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_svg_line
| Sahi Pro |
| 5.0 |
| API | _svg_line(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: LINE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_line in the UI and 2nd svg_line with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_svg_polygon
| Sahi Pro |
| 5.0 |
| API | _svg_polygon(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: POLYGON |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_polygon in the UI and 2nd svg_polygon with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_svg_polyline
| Sahi Pro |
| 5.0 |
| API | _svg_polyline(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: POLYLINE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_polyline in the UI and 2nd svg_polyline with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_svg_path
| Sahi Pro |
| 5.0 |
| API | _svg_path(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: PATH |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_path in the UI and 2nd svg_path with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_svg_text
| Sahi Pro |
| 5.0 |
| API | _svg_text(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: TEXT |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th svg_text in the UI and 2nd svg_text with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_article
| Sahi Pro |
| 6.1.0 |
| API | _article(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: ARTICLE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th article in the UI and 2nd article with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_aside
| Sahi Pro |
| 6.1.0 |
| API | _aside(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: ASIDE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th aside in the UI and 2nd aside with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_details
| Sahi Pro |
| 6.1.0 |
| API | _details(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: DETAILS |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th details in the UI and 2nd details with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_figcaption
| Sahi Pro |
| 6.1.0 |
| API | _figcaption(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: FIGCAPTION |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th figcaption in the UI and 2nd figcaption with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_figure
| Sahi Pro |
| 6.1.0 |
| API | _figure(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: FIGURE |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th figure in the UI and 2nd figure with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_footer
| Sahi Pro |
| 6.1.0 |
| API | _footer(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: FOOTER |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th footer in the UI and 2nd footer with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_header
| Sahi Pro |
| 6.1.0 |
| API | _header(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: HEADER |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th header in the UI and 2nd header with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_main
| Sahi Pro |
| 6.1.0 |
| API | _main(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: MAIN |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th main in the UI and 2nd main with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_mark
| Sahi Pro |
| 6.1.0 |
| API | _mark(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: MARK |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th mark in the UI and 2nd mark with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_nav
| Sahi Pro |
| 6.1.0 |
| API | _nav(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: NAV |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th nav in the UI and 2nd nav with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_section
| Sahi Pro |
| 6.1.0 |
| API | _section(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: SECTION |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th section in the UI and 2nd section with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_summary
| Sahi Pro |
| 6.1.0 |
| API | _summary(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: SUMMARY |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th summary in the UI and 2nd summary with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_time
| Sahi Pro |
| 6.1.0 |
| API | _time(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: TIME |
| HTML | |
| Identifiers | visible text, datetime, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th time in the UI and 2nd time with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | datetime (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_video
| Sahi Pro |
| NA |
| API | _video(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: VIDEO |
| HTML | |
| Identifiers | id, currentSrc, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th video in the UI and 2nd video with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | currentSrc (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_spandiv
| Sahi Pro |
| 3.5 |
| API | _spandiv(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: SPAN|DIV |
| HTML | |
| Identifiers | visible text, id, css class, data-testid, index
Valid Accessors and alternatives: (Assume this is the 6th spandiv in the UI and 2nd spandiv with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_fltPlaceholder
| Sahi Pro |
| 11.0.0 |
| API | _fltPlaceholder(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: flt-semantics-placeholder |
| HTML | |
| Identifiers | aria-label, visible text, name, id, css class, index
Valid Accessors and alternatives: (Assume this is the 6th fltPlaceholder in the UI and 2nd fltPlaceholder with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | visible text (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_fltSemantics
| Sahi Pro |
| 11.0.0 |
| API | _fltSemantics(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: flt-semantics |
| HTML | |
| Identifiers | aria-label, visible text, name, id, css class, index
Valid Accessors and alternatives: (Assume this is the 6th fltSemantics in the UI and 2nd fltSemantics with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | aria-label (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is _click
Example usage:
|
| Assertions |
Example assertions:
|
_any
| Sahi Pro |
| NA |
| API | _any(identifier [, relation1 [, relation2 ...]]) |
| Tag | Tag: ANY |
| HTML | |
| Identifiers | id, css class, name, text, data-testid, tabIndex, xpath, cssSelector, tagName
Valid Accessors and alternatives: (Assume this is the 6th any in the UI and 2nd any with class "shaded bigfont")
|
| Relations |
Relational APIs _in, _near, _leftOf, _rightOf, _under, _above can be used.
|
| Value | (this is the default attribute used in assertions etc.) |
| Actions |
Default event recorded is
Example usage:
|
| Assertions |
Example assertions:
|