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 …

Tips on Selenium

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

Tips and Traps

  1. Selenium IDE is very useful. You can use it to record (test) actions and then export it into (testing) code in different programming languages (e.g., Python).

    selenium-ide-menu

    selenium-ide-menu-export

Examples …