Skyvern-AI / skyvern

Automate browser-based workflows with LLMs and Computer Vision
https://www.skyvern.com
GNU Affero General Public License v3.0
10.38k stars 704 forks source link

Can you add a feature to capture specific network requests? #1190

Open chaoqunxie opened 7 hours ago

chaoqunxie commented 7 hours ago

Can you add a feature to capture specific network requests? I need to get information from the network request headers. Also, it seems the F12 developer tools and bookmark creation are not supported.

chaoqunxie commented 7 hours ago

Open the browser's developer tools, navigate to the console tab, and execute the JavaScript command: localStorage.getItem('userToken').

  1. Log in to your account:

    • Enter your phone number in the phone input field
    • Enter your password in the password field
    • Check the "I have read and agree" checkbox
    • Click the login button
  2. After successful login, follow these steps to open Developer Tools: 2.1 Press F12 key to open Developer Tools

    • If F12 doesn't work, try pressing Fn + F12

    2.2 Find and click "Console" tab:

    • Look at the top or bottom of Developer Tools window
    • Find the tab labeled "Console"
    • Click on "Console" tab

    2.3 Click the console command input area:

    • Look for the input area at bottom of Console panel
    • Click where you see the > symbol or blinking cursor

    2.4 Type or paste this command: localStorage.getItem('userToken')

    2.5 Press Enter key to execute the command

  3. The userToken value will be shown in the console output area.

error msg:

"Terminate because the platform does not provide options to open developer tools or execute JavaScript from the console on this page." image