Skyvern-AI / skyvern

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

Raise screenshot error earlier when page is closed #1108

Closed wintonzheng closed 3 weeks ago

wintonzheng commented 3 weeks ago

[!IMPORTANT] Raise FailedToTakeScreenshot in take_screenshot() if page.is_closed() in page.py and add TOC to workato.md.

  • Behavior:
    • In take_screenshot() in page.py, raise FailedToTakeScreenshot if page.is_closed() before attempting to take a screenshot.
  • Documentation:
    • Add table of contents to workato.md.

This description was created by Ellipsis for 155c5ee034c0e96b44c74e4c05e95301ea385ec4. It will automatically update as commits are pushed.