xxxxxxxxxx// ๐ Lets load up the websiteI.goTo("https://sendgrid.com/pricing/")โ// accept the cookie bannerUI.context("//iframe", ()=>{ I.click("Accept all") I.click("Close")})โI.see("Essentials")โ// Validate the initial quoted amount for the "Essentials plan"I.see("Starts at $19.95")โ// Drag the emails/month quantity slider using the I.dragRight command// You can also use the I.dragLeft and the I.dragBy commandI.dragRight(".rc-slider-handle", 200)โ// Validate the the estimated price changesI.see("$19.95/mo estimated")โ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!