How to pass a value from input dialog to web browser

Here im trying an example by asking a user to enter a course name using input dialog activity.
Im not able to figure how to send this value to the seach box in the website. Depending on the user value the search is going to happen. Please help me

@parvathi_ayanala

You can try as below

  1. Place a Input Dialog activity and in properties define Output, Create a variable
  2. Place a TypeInto activity and Indicate Element where you want to search box and in TypeInto pass the output variable

Mark as solution if this helps

Thanks

1 Like

Thank u srinu

1 Like

@parvathi_ayanala

Mark as solution if this helps

Happy Learning

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.