After I tried capturing the text box from a webpage but unfortunately it is throwing an error while executing the bot as unable to find the textbox. Even I have tried to capture by using different technologies. But still I am facing the same issue. Please help me with this issue.
do you have the Extension enabled in the browser??
Hi
Here are some suggestions that you can try:
- Check if the browser extension on which you are trying to do capture action has been enabled or not1. If it is already enabled, then try changing the current package version1.
- Try unchecking all object properties except DOMXpath and pass this in: //a title=‘Remove Format’]2. If that doesn’t work, then try adding more attributes, or target the parent/child containers2.
- Try using different capture object technologies, such as Capture object with Microsoft UI Automation (COM)3. You can find more information on how to do this here.
- If none of the above methods work, then you might have to rely on JS (Browser: Run Javascript) to get the work done2. You can also raise a support ticket with AA where] for better understanding and fixing the issue.
I hope this helps you with your issue.
Hi
Can you try with some other properties InnerHTML, label,..etc in the Recorder
After I tried capturing the text box from a webpage but unfortunately it is throwing an error while executing the bot as unable to find the textbox. Even I have tried to capture by using different technologies. But still I am facing the same issue. Please help me with this issue.
Scenario 1 : Do one thing, capture the object and copy paste the xPath in a notepad file. Post that manually extract the xPath of the object using inspect element inside Google chrome. Check for any changes in both the paths.
Scenario 2 : Check for window variable, there might be something which is dynamic in the title.
Do let me know your findings
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.