Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Browser("BrowserName").Back gives General Run Error...
#12
Not Solved
hi deminiek,
can you try with this and let me know if it works
Open a new function library.Write the function below in the function library.
Associate this library with your script.
Code:
Public Function MyBack()
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "%{LEFT}"
Set WshShell = Nothing
Wait 2
End Function
RegisterUserFunc "Browser", "Back", "MyBack", True

Reply


Messages In This Thread
RE: Browser("BrowserName").Back gives General Run Error... - by Saket - 10-07-2009, 11:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  General run error when Exist fails msacks 1 1,851 02-08-2019, 02:12 AM
Last Post: Ankur
  General Object Error(Find Object Error) akhandesh 1 3,597 02-24-2016, 01:05 PM
Last Post: sindhus
Rolleyes The test run cannot continue due to an unrecoverable error neerndg123 3 8,653 09-17-2015, 08:27 PM
Last Post: ananthakumarbe
  HI, i'm having a run time error ,please help? Awzar 0 2,633 01-24-2015, 06:52 AM
Last Post: Awzar
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,460 03-11-2014, 12:13 PM
Last Post: devarapallliramana

Forum Jump:


Users browsing this thread: 3 Guest(s)