in reply to Re: Can't Find Form with WWW::Mechanize::Chrome
in thread Can't Find Form with WWW::Mechanize::Chrome
Is there any other mistake I don't notice? Please Helpuse WWW::Mechanize::Chrome; Log::Log4perl->easy_init($ERROR); # Set priority of root logger to ER +ROR my $mech = WWW::Mechanize::Chrome->new(); $mech->get('http://10.86.11.200:8090/'); $mech->form_number(1); $mech->field('#username', 'admin'); $mech->field('#password', '*******'); $mech->click_button(id => 'loginBtn'); sleep 10;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't Find Form with WWW::Mechanize::Chrome
by Corion (Patriarch) on May 12, 2020 at 09:50 UTC | |
by Anonymous Monk on May 13, 2020 at 01:56 UTC | |
by Corion (Patriarch) on May 13, 2020 at 06:15 UTC | |
by xiaoyafeng (Deacon) on May 13, 2020 at 07:12 UTC | |
|
Re^3: Can't Find Form with WWW::Mechanize::Chrome
by marto (Cardinal) on May 12, 2020 at 09:34 UTC |