- Developer tools: add simple devTools to web pages, you can view source code, static resources, api requests, cookies, localStorage, sessionStorage.
- Javascript: Inject custom Javascript into the web page, which can be executed at the time of document start and dom ready.
- Incognito: support incognito mode to debug web pages without cache impact.
Support remote debugging, debugging mobile web pages on computer.
- UserAgent: modify the UserAgent of the web page to simulate the device you want.
For example, inject bridge interface to simulate the App environment.