localization.core.en.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aquality-selenium-core Show documentation
Show all versions of aquality-selenium-core Show documentation
Library with core functions simplifying work with Selenium-controlled applications.
{
"loc.clicking": "Clicking",
"loc.el.getattr": "Getting attribute '%1$s'",
"loc.el.attr.value": "Value of attribute '%1$s': [%2$s]",
"loc.get.text": "Getting text from element",
"loc.text.value": "Element's text: [%1$s]",
"loc.text.sending.keys": "Sending keys '%1$s'",
"loc.no.elements.found.in.state": "No elements with locator '%1$s' were found in %2$s state",
"loc.no.elements.found.by.locator": "No elements were found by locator '%1$s'",
"loc.elements.were.found.but.not.in.state": "Elements were found by locator '%1$s' but not in desired state %2$s",
"loc.elements.found.but.should.not": "No elements should be found by locator '%1$s' in %2$s state",
"loc.search.of.elements.failed": "Search of element by locator '%1$s' failed",
"loc.wait.for.state": "Waiting for element to be %1$s",
"loc.wait.for.state.failed": "Element has not become %1$s after timeout",
"loc.el.state.displayed": "displayed",
"loc.el.state.not.displayed": "invisible or absent",
"loc.el.state.exist": "exist",
"loc.el.state.not.exist": "absent",
"loc.el.state.enabled": "enabled",
"loc.el.state.not.enabled": "disabled",
"loc.el.state.clickable": "clickable",
"loc.get.page.source.failed": "An exception occurred while tried to save the page source"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy