lawonama Posted May 31, 2014 Posted May 31, 2014 How do I actually activate google chrome, but it doesn't work. I am trying to activate, and write on google chrome. (It should write on the search place in google.) I use this code: WinActivate("[CLASS:Chrome_WidgetWin_1]") Send("Test") It does go to the google chrome, but it doesn't write. Any solutions?
Danp2 Posted May 31, 2014 Posted May 31, 2014 I believe there is a Chrome UDF in the examples section. You may want to take a look at that. Latest Webdriver UDF Release Webdriver Wiki FAQs
dainiusb Posted May 31, 2014 Posted May 31, 2014 (edited) How do I actually activate google chrome, but it doesn't work. I am trying to activate, and write on google chrome. (It should write on the search place in google.) I use this code: WinActivate("[CLASS:Chrome_WidgetWin_1]") Send("Test") It does go to the google chrome, but it doesn't write. Any solutions? it doesn't write because it writes right after execution of chrome. You can use Sleep(5000 or something) to give it enough time to start completely. Edited May 31, 2014 by dainiusb
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