in reply to Re^2: How can I extract an email behind a JS button?
in thread How can I extract an email behind a JS button?
You need to learn and understand what you are seeing.
The POST is the solved Recaptcha to verify that you are human. You cannot easily replicate that using a POST command.
I would guess that the best approach is to use the ->click() command.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I extract an email behind a JS button?
by Anonymous Monk on Mar 18, 2024 at 15:57 UTC | |
by Corion (Patriarch) on Mar 18, 2024 at 18:01 UTC |