UNPKG

nemo-view

Version:

selenium-webdriver abstractions and locator organization plugin for nemo

35 lines 637 B
{ //This comment is just fine and allowed in nemo-view "outBox": { "locator": "outy", "type": "id" }, "notExist": { "locator": ".foo.bar.boing.baz.blerg", "type": "css" }, "waitButton": { "locator": "input[type=button][class=wait]", "type": "css" }, "latentText": { "locator": "outy", "type": "id" }, "bodyTag": { "locator": "body", "type": "css" }, "pageHeader": { "locator": "#wrapper > h1", "type": "css" }, "buttonLabel": { "locator": "#foo :nth-child(3)", "type": "css" }, "form" : { "locator" : "div#wrapper form", "type" : "css" } }