如何在selenium webdriver中找到chrome浏览器中下拉列表项的xpath

时间:2015-12-19 09:14:13

标签: google-chrome selenium webdriver openerp

我正在使用chrome浏览器进行selenium webdriver自动化测试 通过使用谷歌开发人员工具,很容易找到简单的xpath,但我无法找到其中的下拉列表项路径,在Firefox中它正在工作,但在chrome中它不是

我坚持一张图片

enter image description here

帮我找出

的路径

1 个答案:

答案 0 :(得分:0)

Select dropdown = new Select(driver.findElement(By.id("oe-fiels-input-62")));
dropdown.selectByText("[A1090] iMac");