Mamba Posted December 6, 2006 Posted December 6, 2006 (edited) I can't figureout how to send a command to a window that apears when i refresh th embedded IE. Here is a screen. Edited December 6, 2006 by Mamba
mikehunt114 Posted December 6, 2006 Posted December 6, 2006 What have you tried? IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
realkiller Posted December 6, 2006 Posted December 6, 2006 (edited) ControlClick("Microsoft Internet Explorer", "", "Button1") Edited December 6, 2006 by realkiller Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
Mamba Posted December 6, 2006 Author Posted December 6, 2006 (edited) What have you tried?ControlSend("regexp=NeverLands.Ru - Come As You Are - (Microsoft)|(Windows) Internet Explorer", "", 4, "!{asc 114}")ControlClick (regexp=NeverLands.Ru - Come As You Are - (Microsoft)|(Windows) Internet Explorer", "", 4) Edited December 6, 2006 by Mamba
mikehunt114 Posted December 6, 2006 Posted December 6, 2006 Try: ControlClick("Microsoft Internet Explorer", "", "4") ;Or ControlClick("Microsoft Internet Explorer", "", "Button1") ;Or ControlSend("Microsoft Internet Explorer", "", "", "!r") Or some variation on those. IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Mamba Posted December 6, 2006 Author Posted December 6, 2006 (edited) Now i have another problem, the thing is that script refresh the page by itself so this piece of code is stuck after COntrolSend with refresh command, like is waiting for something ControlSend("Title of GUI with Embedded IE", "", "", "^{F5}") sleep(2000); ControlSend("Microsoft Internet Explorer", "", "", "!{asc 114}") In the help file is nothing about this wait. Edited December 6, 2006 by Mamba
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now