02-14-2012, 06:26 AM
I am having the same issue. REcording a test by opening google.com & entering search and clicking the buttton but in expert view all it shows is
Window("Windows Internet Explorer_2").Close
1)Browser opening google
2)editbox search word entered
above two steps are missing..
I tried this
tools->options->web->advanced->under record settings "checked" ->use standard windows mouse buttons on click , mouse down and up
and then the vbscript improved to
Can someone help?
Window("Windows Internet Explorer_2").Close
1)Browser opening google
2)editbox search word entered
above two steps are missing..
I tried this
tools->options->web->advanced->under record settings "checked" ->use standard windows mouse buttons on click , mouse down and up
and then the vbscript improved to
Code:
Window("Windows Internet Explorer_4").WinEdit("Edit").SetSelection 0,59
Window("Windows Internet Explorer_4").WinEdit("Edit").Set "www.yahoo.com"
Window("Windows Internet Explorer_4").WinEdit("Edit").Type micReturn
Window("Windows Internet Explorer_4").Close
Can someone help?