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!

UI Vision

https://ui.vision/

Easy hybrid workflow automation with Selenium-style commands, Computer Vision/OCR, and AI - all from a simple browser extension.

Selenium

Selenium is a great web automation tool …

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 …