Inspect and manipulate UIKit-based GUIs through Frida.
const ui = require('frida-uikit');
const username = await ui.get(node => node.type === 'UITextField');
username.setText('john.doe');| Name | Name | Last commit date | ||
|---|---|---|---|---|
Inspect and manipulate UIKit-based GUIs through Frida.
const ui = require('frida-uikit');
const username = await ui.get(node => node.type === 'UITextField');
username.setText('john.doe');