How to check that all items in the list contains any character from string

后端 未结 0 1232
旧时难觅i
旧时难觅i 2020-12-01 06:22
List elements = driver.findElements(By.className("price"));
        for (WebElement element : elements) {
            System.out.println(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题