Open GoogleCodeExporter opened 8 years ago
The SendKeys is a Microsoft method to simulate keyboard inputs:
http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys(v=vs.110).
aspx
The string "pagename.htm" is the file that is created from the saving. If you
want to specify a directory, just add it in the front:
shell.SendKeys "c:\pagename.htm{ENTER}"
Original comment by florentbr
on 4 Aug 2014 at 4:54
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
usmur...@gmail.com
on 31 Jul 2014 at 10:44