select a radio button in a group [closed]
I’m programming in Java and I have an xml file and a form.
How can I use the data of the xml file to select a radio button in a group?
Thank you.
Best regards.
Take a look at Selenium, you can generate clicks, enter data into fields in a form, and screen scrape data from a page, plus more. I just 'found' this and find it totally indispensable.
Link to Selenium site
精彩评论