02-08-23 09:35 AM
Hi,
Can someone please explain what does the attribute means :-
Visible, Screen Visible, Enabled, Class Name
Thanks.
02-08-23 05:55 PM
Can you provide mode details of how are you using that and where?
------------------------------
Luis Lopez
Customer Support Engineer English and Spanish
Blue Prism Ltd
------------------------------
02-08-23 07:39 PM
Hi Madhu,
Visible --- This is a HTML property that makes an element appear or to be hidden on the screen. For example there are some fields that doesn't appear in the application will be visible after few details are being provided as an input till then the element stays hidden. Please visit: https://www.w3schools.com/jsref/prop_style_visibility.asp
Enabled --- In some applications for example during the login screen the login button stays disabled until a value is provided in both username and password fields. If the values are not entered and if you try reading this property it will be false. For more info please visit: https://developer.mozilla.org/en-US/docs/Web/CSS/:enabled
Class Name --- It's the HTML/CSS property that an element belongs to, classes are generally used for having specifications like colour, font style etc.; For more info please visit : https://www.w3schools.com/tags/att_class.asp#:~:text=Definition%20and%20Usage,elements%20with%20a%20specified%20class.
------------------------------
Babjee Vangipurapu
Senior RPA Developer
Wonderbotz
India
------------------------------
02-08-23 08:41 PM
Hi Madhu,
Her is the bp documentation regarding attributes.
YOU can check attributes based on spy modes.
https://bpdocs.blueprism.com/bp-6-8/en-us/helpChoosingRequiredAttributes.htm