# Scrape the Page
📗 Use Selenium (ask LLMs to write the code) to:
➩ Input your network into the textarea with id "net".
➩ Click the only button (with text = "Button") on this page.
➩ Have Selenium wait for a fix number of seconds or until the textarea with id "out" changes.
➩ Get the text from the textarea with id "out".
Last Updated: April 13, 2026 at 3:19 AM