Apr 30, 2022
For web testing, shall always using Selenium WebDriver. The reason is so simple and obvious:
1. Web technologies defined by W3C, WebDriver is only automation standard by W3C
2. All web browser vendors support only one automation framework: WebDriver.
Check out https://www.linkedin.com/feed/update/urn:li:activity:6922751166711828480/
Avoid JavaScript for Automation, see my article: