xxxxxxxxxx// 🌐 Lets load up the websiteI.goTo("https://au.koala.com/")I.see("australia's highest-rated mattress brand")// 🤓 JS mode : In case there is a popup, this is done// programatically with the $ suffix for a command// (does not success or fail the script)if( I.see$("fancy a deal?") ) { I.click$(".modal__action-close")}// 👉 Lets click on somethingI.click("PILLOW")// ⏰ And see if it loadsI.amAt("https://au.koala.com/products/koala-pillow")// 🛒 And see if the product is thereI.see("koala pillow")//// Interested to do more complex test scripts for your website?// Head over to - https://uilicious.com//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!
SUCCESS!
37s (29s)
1.
I go to "https://au.koala.com/"
9.6s
2.
I see "australia's highest-rated mattress brand"
0.1s
3.
I see "fancy a deal?"
Info: I don't see "fancy a deal?"
15.4s
4.
I click "PILLOW"
3.6s
5.
I am at "https://au.koala.com/products/koala-pillow"
0.1s
6.
I see "koala pillow"
0.2s
7.
[end of test]