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:
name of button "build form".
xpath
//table[@id='fluid_layout_option']/tbody//tr/td//table/tbody/tr/input[@class='small']
use xpath "//input[@value='build form']" click on button
Comments
Post a Comment