Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Selenium Webdriver 提取下拉列表的所有内容并将其保存为字符串数组。稍后我在另一个步骤中需要这个数组的内容。
driver.findElements(by.xpath);
将其保存为列表。那么您可以通过调用 list[1] 或 list[2] 来调用它,请具体说明您的问题。