I am new to Selenium WebDriver but have largely instrumented a Java/Wicket based app. Unfortunately I am stuck on figuring out how to identify a collection of page navigation controls provided by the Wicket framework. The controls look like the following:
<< < 1 2 3 4 5 >>>
Using Firebug I can see a href strings that contain dynamic ids and the elements are not named and hence my dilemma.
Any advice would be appreciated.