Ben Chuanlong Du's Blog

It is never too late to learn.

Web Automation

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Selenium

Selenium is a great web automation tool!

Here are official Docker images for selenium.

playwright

Node.js library to automate Chromium, Firefox and WebKit with a single API https://playwright …

Typing Automatically Using AutoHotkey

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. it is suggested that you put things into

    ```AutoHotkey

    IfWinActive window_condition

    ...

    IfWinActive

    ```

Include

  1. You can use #include file_path to include a AutoHotKey scripts (as if the content of the included file …

GUI Automation Tools in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

pyautogui https://github.com/asweigart/pyautogui

autopy https://github.com/autopilot-rs/autopy