单击“表上的链接”行正在IDE中工作但无法使用Webdriver使用相同的Xpath执行此操作

时间:2017-08-01 06:49:12

标签: python selenium selenium-webdriver

使用下面提到的代码在IDE中工作:

selectFrame: -

    <td>3</td>

//table[@id='HSS']/thead/tr/th[2]

但同样不能使用webdriver。

driver.switch_to_frame(3)
search_field=driver.find_element_by_xpath("//table[@id='HSS']/thead/tr/th[2]").click()

元素的HTML:

table id="HSS" class="menu_table"
<thead>
tr onclick="submitValue('HSS', 1);ems_create_node_menu_div();" style="cursor:pointer;"
class="menu_table_th" width="13%" colspan="1"
class="menu_table_th" width="36%" colspan="1">  HSS

0 个答案:

没有答案