需要Xpath来输入标签中的按钮

时间:2017-04-06 18:41:37

标签: selenium button xpath

我是selenium的新手。我必须使用其xpath点击一个按钮,但我无法点击它,因为我无法获得xpath.PFA html结构的屏幕截图: enter image description here 按钮的名称是“Build Form”。

XPath

//table[@id='fluid_layout_option']/tbody//tr/td//table/tbod‌​y/tr/input[@class='s‌​mall']

2 个答案:

答案 0 :(得分:0)

xpath = //输入[@value ='构建表格']

答案 1 :(得分:0)

使用xPath "//input[@value='Build Form']"点击按钮