I'm creating a application with WebDriver API for make non regression tests.
At a moment, I have to find an element (fic) on my computer (with the Windows's navigator), and i can't (or I just fail :P) do this with WebDriver.
So I'm searching for and I've find awt.Robot . But this robot just click on a [px,px] position.. How can I say 'Click on the search bar, click on the element with the name "A", click on the "OK" button ?' (All of these elements are Windows's elements.) Thank you for help !