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 | |
|
Re^14: WWW::Mechanize::Chrome Instagram
by damian1 (Novice) on Sep 19, 2019 at 12:22 UTC |