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",
"loc.el.visual.getimage": "Getting image of element",
"loc.el.visual.image.value": "Element's image size: %1$s",
"loc.el.visual.getlocation": "Getting element location on the page",
"loc.el.visual.location.value": "Element location on the page: %1$s",
"loc.el.visual.getsize": "Getting element size",
"loc.el.visual.size.value": "Element size: %1$s",
"loc.el.visual.getdifference": "Comparing element's image to image of size %1$s",
"loc.el.visual.getdifference.withthreshold": "Comparing element's image to image of size %s with threshold [%.2f%%]",
"loc.el.visual.difference.value": "The difference between the current and the given images is [%.2f%%]",
"loc.form.dump.save": "Saving dump of the form with name [%1$s]",
"loc.form.dump.exceededdumpname": "Dump name length exceeded. Final path: [%1$s]",
"loc.form.dump.imagenotsaved": "Failed to save image of the element [%1$s]: %1$s",
"loc.form.dump.compare": "Comparing elements of the form to dump [%1$s]",
"loc.form.dump.elementnotfound": "Element [%1$s] found in the dump but was not found on form",
"loc.form.dump.elementsmissedindump": "Elements that were found on form but missed in the dump: [%1$s].",
"loc.form.dump.elementsmissedonform": "Elements that were found in the dump but missed on form: [%1$s].",
"loc.form.dump.unprocessedelements": "Count of unprocessed (no match between form and dump) elements is [%d]. For them difference counts as 100%%",
"loc.form.dump.compare.result": "The difference between the current form and the given dump is [%.2f%%]"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy