Skip to content

Mock Quick Start

1. Enable Mock

Open the extension popup and make sure the global Mock switch is enabled. Then open reqable on the target page to begin capturing requests.

2. Open the Mock panel

Open the in-page sidebar or use the Mock panel in DevTools:

  • Keyboard: macOS uses ⌘ + H; Windows uses Ctrl + Shift + H by default.
  • Page context menu: right-click an empty area and select Open reqable.
  • Extension context menu: right-click the toolbar icon and select Open reqable.
  • Chrome DevTools: open Developer Tools and select Mock Panel for a larger workspace.

Clicking the extension icon opens the popup, not the sidebar. The DevTools entry contains only the Mock workspace.

The upper table lists requests captured from the current page. The lower table contains mock rules. You can also toggle the global Mock switch from the sidebar.

3. Create a rule from a request

Double-click a request, or click the plus button in its action column, to create a mock rule from that request.

4. Edit and verify the response

Select the new rule, edit its response, and refresh the target page. The page should now receive the mocked response.

Released under the MIT License. · [Privacy Policy](/en/privacy) · [Terms of Service](/en/terms) · Contact: [arktomson99@gmail.com](mailto:arktomson99@gmail.com)