Jump to content

How to open a website in background?


Recommended Posts

Hello,

i'm trying to write a script to configure n mobotix-cameras (IP-Webcam's) with one single click - like set the recording-path to xxx on 10 cameras, without logon into each webinterface & change the configuration by hand.

The cameras can be programed by a http-api.

Example: i open http://iptocam/control?set&section=action&visualalarm=disable in internetexplorer - and the visual alarm (red border if something moves trough the picture) will be disabled.

Which command in autoit i could use to send this "command" ? I don't like to open an browserwindow; if i will run these action on 10 cameras, each time a IE-Window will open and has to be closed. Is there a .. silent way? Like.. send an TCP-Package, that seems for the camera like an http-request/command?

Edited by neo van matix

Attention! English noob ^^

Link to comment
Share on other sites

Hello,

i'm trying to write a script to configure n mobotix-cameras (IP-Webcam's) with one single click - like set the recording-path to xxx on 10 cameras, without logon into each webinterface & change the configuration by hand.

The cameras can be programed by a http-api.

Example: i open http://iptocam/control?set&section=action&visualalarm=disable in internetexplorer - and the visual alarm (red border if something moves trough the picture) will be disabled.

Which command in autoit i could use to send this "command" ? I don't like to open an browserwindow; if i will run these action on 10 cameras, each time a IE-Window will open and has to be closed. Is there a .. silent way? Like.. send an TCP-Package, that seems for the camera like an http-request/command?

could use ie.au3 to create and close your browsers
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...