Jump to content

Recommended Posts

Posted

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]

 

Posted
Run(@ProgramFilesDir&"\Google\Chrome\Application\chrome.exe", "", @SW_MAXIMIZE)
WinActivate("Chrome_WidgetWin_1")
sleep(1000)
Send("wikipedia.org")
Send("{Enter}")

Or

Run(@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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...