Automation

Hi,

1.Which method should i used for entering value in Text area which is having tag <textarea> ?

2. Which method should i used for clicking on radio button which is having <lebel> tag

  Discussion posts and replies are publicly visible

Parents
  • When I populate field "<string>" with "<string>" for text fields. 

    For radio buttons you would use the same thing with the the first parameter being the radio alt-text and the second being the option.

    Keep in mind that if you have multiple radio buttons such as multiple "yes/no" you would also need to define the index such as "When I populate field "radio button[2]" with "yes"
Reply
  • When I populate field "<string>" with "<string>" for text fields. 

    For radio buttons you would use the same thing with the the first parameter being the radio alt-text and the second being the option.

    Keep in mind that if you have multiple radio buttons such as multiple "yes/no" you would also need to define the index such as "When I populate field "radio button[2]" with "yes"
Children
No Data