783
Views
0
Helpful
1
Replies
HTML Scrape - Non CLI Devices (e.g. SG200)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2020 09:42 AM
Hello all.
I've been using Python for a couple of repetitive tasks but I'm still stuck on how to get into Web GUI only devices for e.g. Cisco SG200 line. I've been looking at using some web scraping utilities in order to do it all in Python but I'm not a fan of re-inventing the wheel. Does anyone have any established method to get this done? Once inside the GUI, I'm hoping to handle tasks like backups and configs.
Labels:
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2020 06:50 PM
I don't think web scraping is what you are trying to do which in python would be the beautifulsoup lib. Maybe try selenium? https://www.selenium.dev/
