I am trying to automate one of the business process using UiPath. One of the requirements was to select the options button "Containing" as shown below.
In UiPath, there is an activity to InJect JS on a webpage and I would like to use this activity. For this to work, I need to write a JavaScript to select the option.
The HTML tag for the radio button is below :
<INPUT type="radio" value="containing" name="selSearchField" ></Input>
please help with js code