in reply to Re^12: WWW::Mechanize::Chrome Instagram
in thread WWW::Mechanize::Chrome Instagram

Whoops, yes, sorry. The correct usage is

$mech->sendkeys( string => "Hello World" );

... so I think that maybe the following could work:

$mech->sendkeys( string => "\t" );

I don't know how many tabs you need to send, so maybe

$mech->sendkeys( string => "\t\t" );

... works better.

Replies are listed 'Best First'.
Re^14: WWW::Mechanize::Chrome Instagram
by damian1 (Novice) on Sep 10, 2019 at 19:55 UTC

    I don't have idea... i try with tab key and the problem still can't be solved, when i save screenshot with browser any element not selected, i try with many combination tab key, I don't know if this sending of the keys works at all

Re^14: WWW::Mechanize::Chrome Instagram
by damian1 (Novice) on Sep 19, 2019 at 12:22 UTC
    Maybe have other idea?