Skip to main content
November 28, 2023
Question

RPA

  • November 28, 2023
  • 1 reply
  • 0 views

I want create new application through bot  while we are creating  a new  application what configuration we should give.

while we are creating application name through   bot application name   is not updated

 

we taken id in selector  in interaction we used update value in a x we taken new variable 

If any one knows the solution please reply ...

ThankYou

1 reply

sriramk5349
November 29, 2023

Hi [mention:97af894a6e3743e0b2c7152a8e445f5d:e9ed411860ed4f2ba0265705b8793d05] ,

Right click on the browser and click on inspect. Now you can see the code for the browser. There use can create an xpath for the required item and use interact with element. if the ID is unique, you can use that, else go for xpath.

In that way you can change I guess.

example xpath : //input[@id='4927c445a6ac3a56e925e7d8ac98899d']