Python Forum

Full Version: Automated Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I work with a MODBUS that has parameters that we must change by accessing the IP and then navigating to the parameter, and then hitting submit. I am going to try and develop something that does this process automatically. Would someone be able to point me in the right direction on where I would start?

I know it will have to grab an I from a list the automatically login and navigate to a page and type in a change hit submit and close the page. then repeat. Is there anything I could read/follow that would help me figure the process out?