The 2 sample html are
1) <input id="btnMoveRight" class="arrowBtn" type="button" value=" > " onclick="moveRight('Funds')">
2)<input id="btnMoveRight" class="arrowBtn" type="button" value=" > " onclick="moveRight('Reports')">
The chrome is suggessting same xpath for both of them i.e//*[@id="btnMoveRight"].
can you please help me how to make unique the above 2 htmls options.