Hi
Same thing, after installing the addons power debugger, no problem on ide recorder but when running this command,
how will i resolve this is urgent on our production applications monitoring.
[root@nagmine selenium]# perl <filename>
ok 1 - open, /sso/jsp/login.jsp?site2pstoretoken=v1.2~D0DE34AC~B94869D5078F6E4E8DB56999AC4315594A0CA947E3523D6E8202EA86395F8856B9803672829ABDCD003AD0DFDA86CEE9367EDBEAA14616DF3AC7AFFA868192B5D699327998FD5A002E6E2BF3DD651A5AA7E500AA4E1D83F3800AD6A8269E0A4389FB4A1B0E1D1A9D99D3784C5B75D632101361ACAF2C6276881EB5DD692BDC100B04E88BFCA813642D888D0A28289DD8D12F1B2A6FC2EFBC77238CA89DF8E41F6531529D2873F69A73FA9067A9A66259E7158F42344E7DC27AB5D3DCCBBD0AB731E963DD3A47EECA&p_error_code=&p_submit_url=https%3A%2F%2Frul.com%2Fsso%2Fauth&p_cancel_url=http%3A%2F%2Furl.com&ssousername=
ok 2 - type, name=ssousername, userid
ok 3 - type, name=password, password
ok 4 - click, id=btn_submit
ok 5 - wait_for_page_to_load, 30000
# Error requesting
http://localhost:4444/selenium-server/driver/:
# ERROR: Element id=OTP not found
not ok 6 - click, id=OTP
# Failed test 'click, id=OTP'
# at lifehub5 line 18.
# Error requesting
http://localhost:4444/selenium-server/driver/:
# Timed out after 30000ms
not ok 7 - wait_for_page_to_load, 30000
# Failed test 'wait_for_page_to_load, 30000'
# at lifehub5 line 19.
# Error requesting
http://localhost:4444/selenium-server/driver/:
# ERROR: Element id=OTIP not found
not ok 8 - type, id=OTIP, 123456
# Failed test 'type, id=OTIP, 123456'
# at lifehub5 line 20.
# Error requesting
http://localhost:4444/selenium-server/driver/:
# ERROR: Element id=OTP not found
not ok 9 - click, id=OTP
# Failed test 'click, id=OTP'
# at lifehub5 line 21.
# Error requesting
http://localhost:4444/selenium-server/driver/:
# Timed out after 30000ms
not ok 10 - wait_for_page_to_load, 30000
# Failed test 'wait_for_page_to_load, 30000'
# at lifehub5 line 22.
1..10
# Looks like you failed 5 tests of 10.
[root@nagmine selenium]#