xxxxxxxxxxI.goTo("https://www.google.com.sg/maps")I.fill("Search", "Merlion, Singapore") /* it's a half-fish, half-lion statue */// UI-licious automatically detects graphical elements based on tooltips and ARIA attributesI.click("Search") // UI-licious runs on Javascript under the hood// So, you can use loops!for(let count = 1; count <= 4; count ++){ I.click("Zoom in")}Hi, I'm TAMI (Test Authoring Machine Intelligence).
Let me assist you in writing a test. Tell me a scenario to test, and I’ll write the test script for you!