in reply to Re^7: WWW::Mechanize::Chrome Instagram
in thread WWW::Mechanize::Chrome Instagram
I try but not work, it still doesn't detect and the button is blocked, in addition as I display the content after filling it is empty
$mech->click({xpath => '//input[@name="username"]', single => +1 }); $mech->sendkeys( string => $user ); $mech->click({xpath => '//input[@name="password"]', single => +1 }); $mech->sendkeys( string => $pass ); $mech->sleep(1); $mech->click({intrapage => 1, text => 'Log In', single => 1 }) +; $mech->sleep(2); print $mech->content;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: WWW::Mechanize::Chrome Instagram
by Corion (Patriarch) on Sep 08, 2019 at 16:48 UTC | |
by damian1 (Novice) on Sep 08, 2019 at 20:12 UTC | |
by Corion (Patriarch) on Sep 09, 2019 at 11:01 UTC | |
by damian1 (Novice) on Sep 10, 2019 at 11:53 UTC | |
by Corion (Patriarch) on Sep 10, 2019 at 11:57 UTC | |
| |
by Orangutan (Novice) on Sep 08, 2019 at 21:02 UTC | |
by damian1 (Novice) on Sep 08, 2019 at 21:17 UTC |