selenium - Need Xpath for a button in the input tag -


i new selenium.i have click button using xpath not able click unable xpath.pfa screenshot of html structure: enter image description here name of button "build form".

xpath

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

use xpath "//input[@value='build form']" click on button


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -