how to findElements,What’s the way in mobile test ?
the method in web test is :
import org.openqa.selenium.By
import org.openqa.selenium.WebDriver
import org.openqa.selenium.WebElement
WebDriver driver = DriverFactory.getWebDriver()
driver.findElements(By.id())
but it doesn’t work in mobile test