Re: controlling Firefox using Perl

2021-03-12 Thread Илья
You can easily use any perl version you want with plenv (my favourite), perlbrew or docker. Check this guides to find details about how to install and use them https://stackoverflow.com/questions/21980853/install-another-perl-in-linux https://christopher.rasch-olsen.no/perl-dependency-manageme

Re: controlling Firefox using Perl

2021-03-12 Thread Gary Stainburn
On 12/03/2021 15:52, Dermot wrote: In the past I have opted to use Webdriver::Tiny. However I've only ever used it with Chromium browser but the documentation says it can work with Geckodriver. The API for Webdriver::Tiny is slightly different from Selenium::Firefox

Re: controlling Firefox using Perl

2021-03-12 Thread Dermot
In the past I have opted to use Webdriver::Tiny. However I've only ever used it with Chromium browser but the documentation says it can work with Geckodriver. The API for Webdriver::Tiny is slightly different from Selenium::Firefox so your code will nee

Re: controlling Firefox using Perl

2021-03-12 Thread Vlado Keselj
That is a very interesting problem. I was also researching it and noticed this package Selenium but did not try it. I would be interested to know what kind of problem you are trying to solve. Vlado On Fri, 12 Mar 2021, Gary Stainburn wrote: > Can anyone please point me to decent documentati