xxxxxxxxxxI.select("I’d like to receive marketing information and updates about Samsung’s products and service by email from Samsung Electronics (UK) Limited (optional)")// Navigate to siteI.goTo("https://www.samsung.com/")//First We Accept CookiesI.click("Accept All")//Proceed on buying an itemI.click("Open Menu")I.click("Mobile")I.click("Featured")I.see("Galaxy S22 Ultra")I.click("Galaxy S22 Ultra")I.click("Buy now")I.wait(5)I.click("Continue")I.scrollDown(400)I.click("Checkout")//Fill In needed detailsI.fill("First Name", "John")I.fill("Last Name", "Kent")I.fill("Email", "[email protected]")I.fill("Mobile Number", "1234567890")I.fill("Postcode", "EC1A 2BN")I.click("1st Translation Co Ltd")I.click("Order Summary")I.scrollDown(300)I.click("Continue")//Choose a delivery option and slotI.click("Pick a delivery slot")UI.context(".modal-content", ()=>{ I.click("Continue")})I.wait(5)I.scrollDown(350)I.click("Continue")//Choose a payment methodHi, 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!
Hello!
You haven't ran a test yet.
Write a test in the editor,
and hit the "Run" button run the test.