Skip to main content
June 27, 2022
Question

Automation

  • June 27, 2022
  • 3 replies
  • 0 views

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

    3 replies

    richardm900458
    June 27, 2022

    Hi Souviks,
    welcome to the community:
    1.) Try to have speaking topics for each question you have . "automation" is generic and non speaking.
    2.)  Try to be more precise about the issues your are asking:
    We need way more context to your questions.
    try this guide that we can really help you with your questions.
    codeblog.jonskeet.uk/.../

    mikes0011
    Brainy
    June 27, 2022

    To add to the above:  there is no need to create 3 separate simultaneous new posts with the same subject line and similar contents.  In this case since your questions in all 3 of these are slightly different (despite the identical subjects) - I would suggest instead that you just ask all of your questions in one post.

    The Expression Guru
    April 10, 2023
    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"