Difference between Button and Link #89
-
Hi, Is there a way to learn which UI element is a Asking this because would love to quickly reach buttons or links in apps and web pages. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
i can empathize with your pain. the issue is that mostly web pages and Electron apps just do the duck they want. so you have to pray that the devs are not complete morons 😂 when you do a native macOS app, you use nails and bolts provided but Apple. everything comes out of the box and is labeled correctly. when you do a web/Electron app, you have to define everyone yourself. usually, Accessibility usability is not a priority, or is not that properly and standardly defined. that's why you end up inconsistent data. unfortunately Wooshy doesn't have any decisional power in this (except through reporting to the sites/apps). all it does is grab the data provided by the apps or sites. my "advise" would be to try what YOU think is the role of the area you're targeting. and send some |
Beta Was this translation helpful? Give feedback.
i can empathize with your pain. the issue is that mostly web pages and Electron apps just do the duck they want. so you have to pray that the devs are not complete morons 😂 when you do a native macOS app, you use nails and bolts provided but Apple. everything comes out of the box and is labeled correctly. when you do a web/Electron app, you have to define everyone yourself. usually, Accessibility usability is not a priority, or is not that properly and standardly defined. that's why you end up inconsistent data. unfortunately Wooshy doesn't have any decisional power in this (except through reporting to the sites/apps). all it does is grab the data provided by the apps or sites. my "advise…