| 1. |
What Is An Accessor In Selenium? |
|
Answer» ACCESSOR is one of the type of Selenese.
Ex:
Ex: storeTextPresent – Evaluates whether the text is present in the current window. If the text is present stores true in the variable else stores FALSE Ex: storeEementPresent – Evaluates whether the element is present in the current window. If the element is present stores true in the variable else stores false Accessor is one of the type of Selenese. Ex: Ex: storeTextPresent – Evaluates whether the text is present in the current window. If the text is present stores true in the variable else stores false Ex: storeEementPresent – Evaluates whether the element is present in the current window. If the element is present stores true in the variable else stores false |
|