Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 260 Bytes

frida-screenshot

Grab screenshots using Frida.

Example

const screenshot = require('frida-screenshot');

const png = await screenshot();
send({
  name: '+screenshot',
  payload: {
    timestamp: Date.now()
  }
}, png);