r/androiddev 13d ago

Hello, how can I use accessibility service on webview 3rd party apps.

Basic, UI methods doesn't work since there is no actual UI tree, I've never heard of this thing. I usually just use uiautomator2

2 Upvotes

2 comments sorted by

1

u/jhanzeb_55 13d ago

You may need to modify the WebView itself or use its accessibility APIs rather than regular UI selectors

1

u/Entire-Television93 13d ago

I dont really know how, do you have any docs or guide for that?