Halo semua,
perkenalkan nama ku gilang, aku baru 2 bulan ini belajar uipath.
Aku mohon bantuan nya, aku ingin membuat automation seperti ini.
Mencari teks yang kita inginkan lalu klik teks tersebut.
aku menggunakan hot key ctrl + f lalu type into, dan sudah terhighlight, tetapi gimana cara nya agar kita bisa klik sesuai dengan highlight yang kita cari.
You need to indicate on the whole page or particular area of the page and find text position will find the position of that uielement within(inside) the area that you have indicated and output will be returned as uielement so you can just pass this variable in the click properties (in Element )
Hi guys, i was try use find text posisition and click on it, but it does’nt worked.
i want to find the vessel name like MSC DAVAO III/HW241R and click on the name and then it will be selected. like this
Then i have done Data Scrapping and that you aware of i think
Then Lookup Datatable to find the index(Number of the row)
If condition to check if the datatble has the row available in the Datatable
Assign RowIndex+1 because normaly lookupdatatble will leave the headers while it giving you the index so if we use without incrementing it will be selecting the before one
Click activity and used Dynamic Selectors with idx attribute