Karpyshyn Roman Posted July 10, 2015 Posted July 10, 2015 Hi , have script, but in browser displayed wikipedia/org , why? thanks[autoit]Run(@ProgramFilesDir&"\Google\Chrome\Application\chrome.exe", "", @SW_MAXIMIZE)WinActivate("Chrome_WidgetWin_1")sleep(1000)Send("wikipedia.org")[/autoit]
JohnOne Posted July 10, 2015 Posted July 10, 2015 Run(@ProgramFilesDir&"\Google\Chrome\Application\chrome.exe", "", @SW_MAXIMIZE) WinActivate("Chrome_WidgetWin_1") sleep(1000) Send("wikipedia.org") Send("{Enter}")OrRun(@ProgramFilesDir&"\Google\Chrome\Application\chrome.exe wikipedia.org", "", @SW_MAXIMIZE) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Karpyshyn Roman Posted July 10, 2015 Author Posted July 10, 2015 Run(@ProgramFilesDir&"\Google\Chrome\Application\chrome.exe", "", @SW_MAXIMIZE) WinActivate("Chrome_WidgetWin_1") sleep(1000) Send("wikipedia.org") Send("{Enter}")OrRun(@ProgramFilesDir&"\Google\Chrome\Application\chrome.exe wikipedia.org", "", @SW_MAXIMIZE) second option is working, but 1st-not. problem isnt i dont have Send("{Enter}")problem is - typing / instead dot. screen below
Developers Jos Posted July 10, 2015 Developers Posted July 10, 2015 try:Send("wikipedia.org",1)Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
JohnOne Posted July 10, 2015 Posted July 10, 2015 Run(@ProgramFilesDir&"\Google\Chrome\Application\chrome.exe", "", @SW_MAXIMIZE) ;WinActivate("Chrome_WidgetWin_1") sleep(1000) Send("wikipedia.org") Send("{Enter}") AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Karpyshyn Roman Posted July 10, 2015 Author Posted July 10, 2015 Have codeRun(@ProgramFilesDir&"\Google\Chrome\Application\chrome.exe youtube.com", "", @SW_MAXIMIZE)sleep(3000)send("жириновский")Send("{Enter}")typing text like in screen
JohnOne Posted July 10, 2015 Posted July 10, 2015 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Developers Jos Posted July 10, 2015 Developers Posted July 10, 2015 Please stick to one topic for the same issue.Have you tried the suggestion made?Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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