xxxxxxxxxx// First, go to google.comI.goTo("https://google.com")// Then, open a new tab, and go to wikipedia.com// The test browser will automatically switch to the new tab.I.goTo("https://wikipedia.com", {newTab: true})// Close the current tab (wikipedia.com)// This will automatically switch to the previous tab (google.com)I.closeTab()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!