Corion / WWW-Mechanize-Chrome

automate the Chrome browser

Home Page:https://metacpan.org/release/WWW-Mechanize-Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide interface which will allow to select event loop

KES777 opened this issue · comments

Provide an interface which allow to select desired event loop or force WWW:M:C to use some

Copied from here

I found how to force some event loop. At your application you should do:

use Chrome::DevToolsProtocol::Transport;
use Chrome::DevToolsProtocol::Transport::NetAsync;
$Chrome::DevToolsProtocol::Transport::implementation =
		$Chrome::DevToolsProtocol::Transport::default;