# D:\selenium_sc_HSS\RC>perl pl3.pl # ok 1 - open, http://localhost:19000/interop/index.jsp # # Test Script # # # my var 1 # # ok 2 - wait_for_page_to_load, 100000 # # Error requesting http://localhost:4444/selenium-server/driver/: # # ERROR: Element bpm.Logon.1.txtPassword not found # not ok 3 - type, bpm.Logon.1.txtPassword, password # # Failed test 'type, bpm.Logon.1.txtPassword, password' # # at pl3.pl line 27. # # Error requesting http://localhost:4444/selenium-server/driver/: # # ERROR: Element bpm.Logon.1.btnLogon not found # not ok 4 - click, bpm.Logon.1.btnLogon # # Failed test 'click, bpm.Logon.1.btnLogon' # # at pl3.pl line 28. # 1..4 # # Looks like you failed 2 tests of 4.