Get attribute error


Get attribute activity throwing this error in scraping checkbox selector in inspire lightning version.
Any workaround?

Please share the selector and the attribute you are trying to fetch. as well open the selector in UiExplorer as share as well.

Trying to fetch if a check box is checked

https://www.google.com/search?q=uipath+is+checkbox+checked+site:forum.uipath.com&safe=active&rlz=1C1GCEA_enUS956US956&sa=X&ved=2ahUKEwjl1pzOnubzAhWUSDABHQE3BRkQrQIoBHoECAYQBQ&biw=1920&bih=937&dpr=1


I cudnt see checked property after I scraped

The fact that its class is checkbox-faux leads me to believe it’s not really a checkbox, it’s just something displayed as a checkbox using CSS.

Is this a web page? Can you share the link?

Inspire by salesforce

It’s probably not a real checkbox, just something made to look like one. That’s why you don’t see a checked property. Are you using the Salesforce libraries?