Looking to see if i could get some assistance with trying to anchor a moving window.
We anchored the whole box, and then put a click activity to click the Export button. Initially we had it working, but i re-ran the RPA and now it seems to have timed out.
Thanks so much for the suggestion; Attach window worked initially, but i re-ran the process and now it timed out. Am i doing something wrong? See below;
The other issue iâm having is that âAttach Windowâ selects the whole window as opposed to just the âExport to PDFâ window. I was able to drag and select only the âExport to PDFâ, but i canât figure out the issue.
@dylanTana May be selectors are changing.In webctrl id remove all the numbers and add with * example id = âbobjid_*_dialog_submitBtnâ tag=âTableâ
@dylanTana Please remove the ids from the selector of click activity. And see is there any aaname in the selector. If you donât find this try the below steps
Select the element first
Open the selector in UiExplorer
And check for aaname. If it present then enable that into your selector
Hi @ushu and everyone thank you so much!!! This seems to work, removing the IDâs seems to be the cause of the issue. Thanks everyone again This is such a great forum iâm really happy at how active and helpful everyone is.