05-04-2012, 05:09 PM
hi,
the below piece of code is throwing a General run error.
When I try to find out what the error is it says Error #-2147467259, but the Err.Description was blank. Searching Google for -2147467259 didn't return anything.
I'm using IE 8 and QTP 11.
please help!
the below piece of code is throwing a General run error.
Code:
Set objbrowser = Browser("CreationTime:=0")
Set objpage = objbrowser.Page("title:=.*")
objbrowser.Back
When I try to find out what the error is it says Error #-2147467259, but the Err.Description was blank. Searching Google for -2147467259 didn't return anything.
I'm using IE 8 and QTP 11.
please help!