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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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