selenium_steps_support.service.descriptions.SeleniumSharedDescriptions.kt Maven / Gradle / Ivy
The newest version!
package selenium_steps_support.service.descriptions
object SeleniumSharedDescriptions {
const val ELEMENT_LOCATOR_DESCRIPTION =
"An expression used to locate an HTML element on the page.\n" +
"The expression has the following syntax:\n" +
"```\nelementLocatorType=elementLocatorExpression\n```\n" +
"where ``elementLocatorType`` can be one of:\n" +
" - ``id`` - used to find elements by ID. For example, ``id=loginButton`` will match the elements like ``