Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fail to capture html element
#1
I try to capture a html element, i.e.

Htm el=htm("A" "QM & Forum Info" "" win(" Internet Explorer" "IEFrame") 0 19 0x21)

It works on three computers but it fails on a fourth. I am using Internet Explorer 6.0.2900.

Could somebody please advice what may be be wrong with the settings of the IE of this particular computer.

Thanks
#2
Please more about "fails".
#3
I get an "object not found" error
#4
One possible reason - maybe there is a hidden IE window, and win finds it. Try this:

Htm el=htm("A" "QM & Forum Info" "" win(" Internet Explorer" "IEFrame" "" 0x400) 0 19 0x21)

or this

Htm el=htm("A" "QM & Forum Info" "" " Internet Explorer" 0 19 0x21)


Forum Jump:


Users browsing this thread: 1 Guest(s)