I have read Your manuals, that there are mostrly easy automations, but since I tried it - it is always looking for selector pieces.
e.g. wtih Matlab.
- I get error or message in Matlab window:
Start loadUiPathBridgeDll
UiPathJavaBridge DLL loaded from: C:\Program Files (x86)\UiPath Platform\UiPath\UiPathJavaBridgeV8_x64.dll
UiPathBridge.agentmain
2). automatic recording fills Target in activies like click or check : as
wnd app=‘matlab.exe’ cls=‘SunAwtFrame’ title=‘GUIDE Quick Start’
but in reality after many minutes I have found that real selector in Target should be
<wnd app=‘matlab.exe’ cls=‘SunAwtFrame’ title=‘GUIDE Quick Start’ /
** <java name=‘GUIDE Quick Start’ role=‘panel’ virtualname=‘fFigurePanel’ /**
** <java role=‘page tab list’ /**
** <java name=‘Create New GUI’ role=‘page tab’ /**
** <java role=‘list’ /**
** <java name=‘Blank GUI (Default)’ role=‘label’ /**
I use 2017.16436 CE UIPath
3). Does changing options in lauch uiexlplorer makes any sense? I tried various uiframeworks kind of have not noticed any differenced in my output.