Skip to Content
Product Information
Author's profile photo Preethisri Ravichandran

Capturing WEBGUI application in SAP Intelligent Robotic Process Automation

While automating with SAP Intelligent Robotic Process Automation, the initial steps involve recording various pages of the application to be automated. In this process, especially when a user wishes to capture SAP S/4HANA Applications, there would be situations wherein the automation scenario would involve WEBGUI apps too.

In this blog, I wish to throw more light on the steps involved in recording WEBGUI applications. The elements to be captured in a WEBGUI page reside inside iframes. By simply choosing the application page, in the ‘Capture Page’ pop up, often the required elements are not captured.

The following steps would be helpful in automating WEBGUI apps.

Step 1: Open the WEBGUI application in your preferred browser.

Step 2: Choose ‘Capture a New Page’

1CaptureNewPage.png

Step 3: In the pop up, click on the refresh button to view active pages.

2RefreshButton.png

Step 4: Click on the chevron to expand the list.

3Chevron.png

Step 5: Choose the page from the expanded list, which would contain the contents of the iframe. In turn, this would capture the DOM elements required to be automated. Finally, click on ‘Save and Capture’.

4ChoosePage.png

More information on this topic is available in Desktop Studio Developer Guide.

Hope this was useful, look forward to hearing more about your experience in capturing WEBGUI Apps with SAP Intelligent Robotic Process Automation

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Vijayendra Tiwari
      Vijayendra Tiwari

      Thanks!