NidhiMehata
Level 3
since ‎26-03-21
‎18-03-24

User Statistics

  • 6 Posts
  • 0 Answers
  • 1 Likes given
  • 2 Likes received

User Activity

How can GuiTable and Gridview be automated in blueprism.Let's say1. I want to modify a cell in a GuiTable, The write stage in blueprism does not support modifying cell. All that can be done via this element is read the rows.2. Out of 5 rows, select 1...
How can GuiTable and Gridview be automated in blueprism.Let's say 1. I want to modify a cell in a GuiTable, The write stage in blueprism does not support modifying cell. All that can be done via this element is read the rows.2. Out of 5 rows, select ...
How to give regex selectors for sap elementseg:For field where tcode is entered, the selector is/app/con[0]/ses[0]/wnd[0]/tbar[0]/okcdHow can we give regex for conn number, sesion etcSetting the id to "Regex" or "Wildcard" and giving id as app/con/se...
Basic code for sap scripting in blueprism:Dim session As ObjectDim Application As ObjectDim Connection As ObjectDim SapGuiAuto As ObjectApplication = CreateObject( "Sapgui.ScriptingCtrl.1")Connection = Application.Children(0)session = Connection.Chil...
For Sap Automation in Blueprism what is the best pratice for logging in into SAP logon app.There are 2 approaches:1. Used in sap accelerator, where in actions are present to click on env required, enter credentials, click on enter button etc.2. Use c...
Likes from
Likes given to