4.0.0 • Published 4 months ago

frida-uiwebview v4.0.0

Weekly downloads
47
License
MIT
Repository
github
Last release
4 months ago

frida-uiwebview

Inspect and manipulate UIWebView-hosted GUIs through Frida.

Example

import ui from 'frida-uikit';
import web from 'frida-uiwebview';

const webView = await ui.get(node => node.type === 'UIWebView');

const loginButton = await web.get(webView, node => node.text === 'Log in to Spotify');
loginButton.click();
4.0.0

4 months ago

3.0.2

2 years ago

3.0.1

4 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago