Hello,
I have a problem on web monitoring scenario step. I followed Zabbix user's manual. In web scenario login step I use command
"user={user}&password={password}&enter=Enter"
This command success login on localhost(zabbix) but when I try on other host it is not success. I am wondering on "enter=Enter" it came from html source code of Zabbix login page as
"<input type="submit" name="enter" id="enter" class="button" value="Enter"/>"
I understood that "id=value" and became "enter=Enter"
On my other login page is
"<input type="submit" class="button" value="Login" name="submit"/>"
There is no "id" so I tried many condition such as
submit=Login
submit=Enter
enter=Enter
But all of these not working.
The question is what should I do to create web scenario login with kind of web page that has no "id" on button object?
Thank you very much.
I have a problem on web monitoring scenario step. I followed Zabbix user's manual. In web scenario login step I use command
"user={user}&password={password}&enter=Enter"
This command success login on localhost(zabbix) but when I try on other host it is not success. I am wondering on "enter=Enter" it came from html source code of Zabbix login page as
"<input type="submit" name="enter" id="enter" class="button" value="Enter"/>"
I understood that "id=value" and became "enter=Enter"
On my other login page is
"<input type="submit" class="button" value="Login" name="submit"/>"
There is no "id" so I tried many condition such as
submit=Login
submit=Enter
enter=Enter
But all of these not working.
The question is what should I do to create web scenario login with kind of web page that has no "id" on button object?
Thank you very much.
Comment