Step 01. nav("fw-portfw.asp")
(Successful) (
http://admin
[email protected]/fw-portfw.asp)
Step 02. check_if_name_exists("")
Step 03. set_radiobutton("portFwcap,0,1")
(Successful)
Step 04. set_type_choices("TCP|UDP|Both")
Step 05. set_combobox("protocol,0")
(Successful)
Step 06. set_name("comment,0")
(Successful)
Step 07. set_checkbox("fw_enable,0")
(Successful)
Step 08. set_ip("ip,0")
(Successful)
Step 09. set_start_port("fromPort,0")
(Failed - Object Not Found)
Step 10. set_stop_port("toPort,0")
(Failed - Object Not Found)
Step 11. set_start_port("remoteFromPort,0")
(Failed - Object Not Found)
Step 12. set_stop_port("remoteToPort,0")
(Failed - Object Not Found)
Step 13. click_button("addPortFw")
(Successful)
Step 14. click_button_last_only("apply")
(Successful)
Share This Thread