I am trying to develop automatioed testing scripts for my wicket (frame work) base web application.
I am using Selenium 2.44 jars (plugin) and Firefox 23 version and also using Firefox addons, Firebug for inspecting the web elements and FirePath to get the xpath of web elements. But the problem I am facing is the HTML IDs in my web application are dynamic, which means every time it is changing, so because of which xpaths are also changing and while finding element I am getting "NoSuchElementException".