How to read window attribute 'End X' using read stage

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-06-18 11:25 AM
We are trying to read window attribute which does not space in attribute name like 'X', 'Y'.
We are unable to read window attribute which has space in name like 'End X', 'Start X', 'Class Name' etc.
Suggest way forward on reading window attribute 'End X'?
Note: On attribute name we have given 'End X' and blueprism is considering value as 'endx' and no window attribute found. Also, we have taken 'End X' in variable and same error message thrown from blueprism
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-06-18 01:34 PM
Start X and End Y etc refer to regions and are not actually Windows attributes, they are values BP creates to define an area within an element. Try Get Bounds instead.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-06-18 01:46 PM
But ""Class Name"" and ""Type Name"" should be usable as AA Attributes?
I get the same kind of error when using ""Get AA Attribute"" and trying ""Class Name"" as attribute. Error finding ""classname"".
