I’m having a problem with Get Attribute.
If I have the UI Element
{
ClippingRegion=null,
Selector=" html title=‘Tryit Editor v3.6’ /> webctrl tag=‘SELECT’ /> webctrl aaname=‘Volvo’ tag=‘OPTION’ />"
}
and Get Attribute ‘aaname’, it returns ‘Volvo’
If I have the UI Element
ClippingRegion=null,
Selector=“html htmlwindowname=‘wphe7j06l_1’ title=‘EMI’ /> webctrl id=‘r1:1:resource::content’ tag=‘SELECT’ /> webctrl aaname=‘ALLANBURG-LT.ENERNOC_DRA’ tag=‘OPTION’ />”
And Get Attribute ‘aaname’, it returns ‘EMI’
I expected and need it to return ‘ALLANBURG-LT.ENERNOC_DRA’
What am I doing wrong?
I did try adding the filter to Find Children as " webctrl tag=‘OPTION’ />". That didn’t help
Thanks for help
(edited UI Element text so it displays by removing leading ‘<’)