Scenario: While web recording, on editing a field in website, getting a popup message, either esc or enter will remove the popup message, I can’t able to capture the popup message, tried using citrix image click, hot keys etc but while running the Main.xaml file, I am getting error as “Attribute not supported by the current UiNode”, prior to popup message its working as expected.
Steps to reproduce: On popup message it should either esc or enter
Current Behavior: Throwing error “Attribute not supported by the current UiNode.”
Expected Behavior: On popup message it should either esc or enter
Studio/Robot/Orchestrator Version: 2016.2.6344
Last stable behavior:
Last stable version:
OS Version:Windows 7
Others if Relevant: (workflow, logs, .net version, service pack, etc):
Yes, I tried Hot Key Activity (enter) by not indicating the element but still I got the same error “Attribute not supported by the current UiNode.” Please help
Thanks for your reply. Click activity is working fine. But we need to track if that option is checked or not first then only we need to click it.
We are trying to “image exist” option with image carrying (checked + relative text). But it’s always return “True” if that option is checked or not.
Please suggest.
Thanks for your reply. Click activity is working fine. But we need to track if that option is checked or not first then only we need to click it.
We are trying to “image exist” option with image carrying (checked + relative text). But it’s always return “True” if that option is checked or not.
Please suggest.
I would suggest Get Attribute activity. The checkbox might change the specific attribute’s value and by checking it you will be able to see its status.
It help me once when one of the attributes was changing between “Selected: Yes” and “Selected: No”.
If it is a web application, you might also want to try the actual HTML via Inspect element in a browser. Sometimes I had some luck and I found some attributes that were not visible in UI Explorer.
I had similar issue with ‘Check’ activity. It worked fine in community edition but not in enterprise edition. In enterprise it says ‘Check ‘DIV’: Attribute not supported by the current UiNode’.
Were the versions of UIAutomation package the same in both environments? It could be that support for specific elements was added in higher version of the package.