Table 11-3. Commonly Used Selenium Accessors
| Name | Description |
| store(value, variableName) | Stores the value in the specified variable |
| storeValue(locator, variableName) | Stores the value of an input field in the specified variable |
| storeText(locator, variableName) | Stores the text of the specified element in the specified variable |
| storeChecked(locator, variableName) | Stores true in the specified variable if the check box is selected, otherwise stores false |