我正在尝试使用selenium(Python)从网页上单击一个工具栏。我尝试使用其他方法,但无法访问该项目。
我在下面给出了检查显示的XML。请帮忙。
elem = driver.find_element_by_xpath('//*[@id="toolbar_edit"]/span/span')
elem = driver.find_element_by_id("toolbar_edit")
xml代码:
<div id="toolbar_edit" save_title="Save selected Request" class="btn btn_toolbar" role="button" tabindex="0" _title="Edit selected Request" title="Edit selected Request"><span class="btn_label"><span class="ii-menu icon-edit"></span></span></div>