So lets say we have WebElement foo
. foo
has a crazy looking, consistently changing xpath. Hardcoding foo
gets really annoying when you have to constantly do so.
I just discovered the html edit on Firebug and it made me wonder, is there anyway I could just write in id
values for use in my Selenium tests? The distinct lack of no id
values in any of the WebElements under test is getting real old.
Thanks in advance.