cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
688
Views
0
Helpful
1
Replies

HTML Scrape - Non CLI Devices (e.g. SG200)

WGL_BK
Level 1
Level 1

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.

1 Reply 1

CameronC
Level 1
Level 1

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/