Hi
I'm trying to implement Selenium-based automated testing on our system. However, I'm having a problem with Radio buttons. The group of all radio buttons have a consistent name each time, but the individual radio buttons' names change every time the page is loaded. How do I uniquely reference them to pick one?
Hannes