Solved
Forum Discussion
Ravik
9 years agoSuper Contributor
try multiple attributes and value in xpath like - Class/type, value, id, name etc., which is unique identifier for your object.
Sample xpath for button - ("//input[@name='ok'][@type='button'][@id = 'sub1']")