Hi,
Can we do accesibility testing/508 compliance standard using UiPath Studio. Need quick help on this please, anyone.
Thanks
Hi,
Can we do accesibility testing/508 compliance standard using UiPath Studio. Need quick help on this please, anyone.
Thanks
Hi Anil,
For eg: We have logos(which is a link) in web application but they don’t have text beside the logos. In this scenario accessibility test tools like “Axe” scans such application and responds that this link doesn’t have text. (I hope its clear)
As said above do we have any libraries/packages from UiPath to scan applications for such issues.
Thanks,
Farooq
There is no direct way…you can try using find children get all the a tags and then use get attribute to check if there is an alternate text given for that link
Cheers