Hi,
On a web page I search for field. I get a number of rows. I need to find the correct row, select and make some edits on it. How can I do this?
Thanks a lot,
Hi,
On a web page I search for field. I get a number of rows. I need to find the correct row, select and make some edits on it. How can I do this?
Thanks a lot,
Need to match some unique text provided. Thanks for looking.
Hey @cury
You can try something like this in your automation actiivity target selector,
<webctrl tag='TR' innertext='*{{uniqueTextVariable}}*' />
Hope this helps
Thanks
#nK
Thanks for the hint!
Cool @cury
Hi,
How to make a sequence re-usable component. Can you please provide an example? Thanks,
Hey @cury
You need to just create the sequence in a separate project.
Make sure when you create the above project you choose Library template instead of Process template.
Build the sequence or copy it & publish the code. Then you can install this library package into the original project from manage packages which will reflect your sequence as activities in your activities panel.
Hope this helps
Thanks
#nK
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.