Monday, September 30, 2019

ABBYY FlexiCapture Distributed Vs Standalone Software





Thursday, September 19, 2019

Know if checkbox is checked or unchecked; UiPath RPA

Get Attribute gets the value of checked property.



When you inspect element --Below is the DOM Explorer


Wednesday, September 18, 2019

Monday, September 9, 2019

Anchor base in UI Explorer; UiPath

Instead of Anchor Base (Activity) you can just make up the click selector to include the anchor.




After Step 1 and Step 2 copy UiExplorer generated code to the selector of your choice of Activity.



Select Multiple Items;UiPath

Start with record feature in UiPath and observe the components generated by UiPath Record Web Activity.

Do this manually -- Select required items on the screen (more than 1)

Now on Select multiple items activity -->





*Above indicate on screen would auto populate Multiple Items selected on the screen. 

Make sure you send the values in { "Value1"."Value2" } Parenthesis, if you want to customize.

*You might have to edit the Selector (after indicate on screen), if you want to make it dynamic.

Saturday, September 7, 2019