1

I'm currently using Tosca to automate a specific SAP process in FIORI. At the end of the process, I need to click a specific field to finish the process.

What happens is that the program doesn't recognize the field. I tried multiple scans and rescans and nothing worked.

Any advice to overcome the situation?

Please see screenshots.

enter image description here

enter image description here thanks in advance.

Markus Meyer
  • 3,327
  • 10
  • 22
  • 35

1 Answers1

1

Try to find RadioButton inside the DIV in XScan. It is better to use set value True/False (if possible) than to click on the element.

dirishere
  • 26
  • 1