I am using Community edition and previously captured a specific portion of a website using the Object (auto-detect) feature, with the technology type set to HTML. However, when I attempt to capture the same portion again using the same technology, it now captures the entire box instead of just the specific portion. Why is this happening? Has anyone else encountered this issue?
Page 1 / 1
Hello @Raajesh Sharma ,
Follow bellow steps:
Check your device resolution is 1920 x 1080 and scaling 100 %
Try with deferent recorder in Automation Anywhere
Personally my suggestion : Create your own relative domxpath.
In this case it appears different account in (LinkedIn?) the application have slightly different layouts, and so the DOMXPath changes when another user is selected. Have to do some investigation to find a way to identify the correct DOMXPath for all the different types of accounts. Even then it might fail when you get to one account that hasn’t been tested.
In this case it appears different account in (LinkedIn?) the application have slightly different layouts, and so the DOMXPath changes when another user is selected. Have to do some investigation to find a way to identify the correct DOMXPath for all the different types of accounts. Even then it might fail when you get to one account that hasn’t been tested.
Hi Jon
if i check for same account also it is happening the same way .
Previously, my bot functioned effectively, successfully capturing email IDs. I made adjustments to the DOMXPath to ensure seamless operation for a variety of email IDs. However, recently, the bot ceased functioning. Upon attempting to recapture the email ID, I encountered difficulty as the entire box was being captured instead of the specific email ID.
Hello @Raajesh Sharma ,
Follow bellow steps:
Check your device resolution is 1920 x 1080 and scaling 100 %
Try with deferent recorder in Automation Anywhere
Personally my suggestion : Create your own relative domxpath.
Hi Ganesh
Screen Resolution is correct and scaling is also 100%. I tried with different recorder technology but in that case it is not providing me Get Property as i need to fetch the emailid
Please contact support@automationanywhere.com to assist. It might be that your Bot is attempting to capture, but the screen hasn’t finished redrawing, or rendering the page. A Wait Until Object might help here.