1

I am facing an issue in following activity:

  1. I'm comparing the data in Uipath
  2. After compared data, I will get the result
  3. Now send this result or message back to the web page using Uipath.
kwoxer
  • 3,734
  • 4
  • 40
  • 70
user8995182
  • 175
  • 3
  • 6

3 Answers3

1

If your page has a form, then you can use the Type Into activity to type it back to wherever you want.

mshcruz
  • 1,967
  • 2
  • 12
  • 12
1
  1. Use the "Type Into" activity
  2. Click "Indicate On Screen" to select the field you want to Type Into on the web browser
  3. On the right properties tab, key in the variable(string) or string in the Text (Under Input)
Coldstew
  • 29
  • 4
0

As beginner you should be using always the Recording button. It's simple and easy to use.

So click on Recording

enter image description here

and now if you want to type something in the browser, select the Web

enter image description here

Now do all your stuff and finally hit the Save & Exit button

enter image description here

kwoxer
  • 3,734
  • 4
  • 40
  • 70