Can Electron JS be used in replace of Selinium?

I am looking to automate some web based process. I was thinking that I could use Selinium to do this but someone said that Electron JS can do it instead.

What do you think?

If you’re looking to interact with syncthing, the web UI just talks to the REST API. You don’t need a fully-fledged browser if all you want is the API.

Otherwise, I’m not sure if anyone here knows much about browser emulation/automation :man_shrugging:

1 Like

If you’re looking for a browser automatization solution, have a look at BAS - a very simple zero-code solution. It’s all out of the box. But it only works on Windows. Not an advertisement.