Automate tasks with Selenium WebDriver

Selenium automates browsers. That's it! What you do with that power is entirely up to you.
https://www.selenium.dev


Actions

The action is what happens automatically, without you having to do anything else.

  • selenium

    Send Python snippet to Selenium

    Allows sending Python code directly to Selenium WebDriver to control browsers and perform automated actions, such as navigating pages, interacting with elements, or extracting data.

  • selenium

    Delete previous snippets of this task still pending execution

    Allows clearing the queue of commands previously sent to Selenium from this task that have not yet been executed. This ensures that only the current instructions are processed, avoiding conflicts or unnecessary executions.