teodesian / Selenium-Remote-Driver

Perl Bindings to the Selenium Webdriver server
174 stars 90 forks source link

What do you mean by «using Javascript directly to automate the testing of webpages» ? #453

Closed tuxayo closed 3 years ago

tuxayo commented 4 years ago

README:

Even then you are probably shooting yourself in the foot not using Javascript directly to automate the testing of webpages.

Which toolset(s) are you referring to? I don't know the JS testing ecosystem and your advice picked my interest. That might also help others wanting to follow and migrate away as you suggest to.

teodesian commented 4 years ago

Consider using Playwright

https://metacpan.org/pod/Playwright - Is a perl interface I made for this because I'm sick of how horrid and unreliable selenium is

tuxayo commented 3 years ago

Thanks, so you where referring to using Playwright directly in JS and if not, use it via the Perl binding lib?

teodesian commented 3 years ago

yup