Wednesday, May 31, 2023

Click with "Chromium API" is not supported for this element. Please use other input method. UiPath RPA

 Make sure Edge browser is installed on Windows machine. 


Confirm the installation on Reg Edit 




Tuesday, May 23, 2023

Easy way to replace/update selectors with an attribute in UiPath RPA;


Replace all files which has selectors in xaml files

<html  title='Oracle Fusion Middleware Forms Services' />
to 

<html app='msedge.exe' title='Oracle Fusion Middleware Forms Services' />

Below are the steps:






Wednesday, May 17, 2023

Wednesday, May 3, 2023

Check null; VB.NET

 if(IsNothing(TransactionItem.SpecificContent("Middle_Initial")),"",TransactionItem.SpecificContent("Middle_Initial").ToString)

Monday, May 1, 2023