xvrh / puppeteer-dart

A Dart library to automate the Chrome browser over the DevTools Protocol. This is a port of the Puppeteer API
BSD 3-Clause "New" or "Revised" License
230 stars 58 forks source link

Add accessibility name #337

Closed kendalsickels-wf closed 1 month ago

kendalsickels-wf commented 1 month ago

Chrome 128 added a new accessibility property. Because we are trapped behind null safety we won't be able to use this when it's ready. Patching the AXPropertyName off of release v2.25.0 seems to limp us along for now.

kendalsickels-wf commented 1 month ago

@xvrh when might we see this released off of v2.25.0?

xvrh commented 1 month ago

@kendalsickels-wf I just published v2.25.1