我是selenium的新手。我必须使用其xpath点击一个按钮,但我无法点击它,因为我无法获得xpath.PFA html结构的屏幕截图: 按钮的名称是“Build Form”。
XPath
//table[@id='fluid_layout_option']/tbody//tr/td//table/tbody/tr/input[@class='small']
答案 0 :(得分:0)
xpath = //输入[@value ='构建表格']
答案 1 :(得分:0)
使用xPath "//input[@value='Build Form']"
点击按钮