Python Forum
HOWTO? Login DSL Modem with Python Requests: need Click "Apply" Button
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HOWTO? Login DSL Modem with Python Requests: need Click "Apply" Button
#3
(Jul-29-2017, 10:29 PM)Webtest Wrote: you MUST click the "Apply" button in order to actually log in.
Is not so straightforward to figure it out.
onclick="ButtonClick(1)"
ButtonClick(1) is a function/method in JavaScript look at what it dos,
at some point i guess a POST request will be made to a HTTP endpoint.
Tool for inspecting Chrome DevTools,Firefox Developer Tools.
This request is what you most send with Requests to stimulate that button click.
Quote:but I couldn't figure out how to get it installed into Linux Mint 17.3.
With Selenium and often in combo with PhantomJS(Selenium can load it).
It easier for there are method click() to click buttons.

Install Selenium it should work with pip
The default python3 in Mint17.3 is python3.4.
So sudo pip3 install selenium for using it for Python 3.
python3 my_prog.py to run Python 3.
Linux Python 3 environment
I have a demo with Selenium here.
Reply


Messages In This Thread
RE: HOWTO? Login DSL Modem with Python Requests: need Click "Apply" Button - by snippsat - Jul-30-2017, 02:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  cant click button by script at page michael1834 1 1,080 Dec-08-2023, 04:44 PM
Last Post: SpongeB0B
  Click on a button on web page using Selenium Pavel_47 7 4,728 Jan-05-2023, 04:20 AM
Last Post: ellapurnellrt
  POST requests - different requests return the same response Default_001 3 1,957 Mar-10-2022, 11:26 PM
Last Post: Default_001
  Show HTML in Python application and handle click SamHobbs 2 2,744 Sep-28-2021, 06:27 PM
Last Post: SamHobbs
  Login and download an exported csv file within a ribbon/button in a website Alekhya 0 2,670 Feb-26-2021, 04:15 PM
Last Post: Alekhya
  button click error rafarangel 2 3,137 Feb-11-2021, 08:19 PM
Last Post: buran
  Problem with logging in on website - python w/ requests GoldeNx 6 5,347 Sep-25-2020, 10:52 AM
Last Post: snippsat
  Log In Button Won't Click - Python Selenium Webdriver samlee916 2 3,843 Jun-07-2020, 04:42 PM
Last Post: samlee916
  Python Webscraping with a Login Website warriordazza 0 2,610 Jun-07-2020, 07:04 AM
Last Post: warriordazza
  How to click facebook message button JanelleGuthrie 2 2,423 May-14-2020, 06:02 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020