DEV Community

Discussion on: Best Alternatives for Selenium WebDriver

Collapse
 
fredericbonnet profile image
Frédéric Bonnet • Edited

I suggest you take a look at CodeceptJS, it has a very well designed architecture that works with WebDriver, Puppeteer, Playwright and other web/mobile automation engines.
codecept.io/

SmashTest also has cross-browser support with parallel testing.

smashtest.io/

Collapse
 
liviufromendtest profile image
Liviu Lupei

Hi Frédéric,

I did mention CodeceptJS in this article, but it's not an alternative to Selenium, because it's actually just a wrapper over Selenium.

I'm talking about core technologies, not wrappers.

Smashtest also seems to be a wrapper around Selenium.

Let me explain this with an example not related to automated testing:

WebRTC is the open source technology used by most video conferencing tools nowadays (Zoom, BlueJeans, etc).

If I would talk about alternatives for WebRTC, I would not include Google Meet, because it's just another software that uses WebRTC.

Some comments have been hidden by the post's author - find out more