Jump to content

/ instead . in browser


Recommended Posts

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.

Link to comment
Share on other sites

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)

 

second option is working, but 1st-not. problem isnt i dont have 

Send("{Enter}")

problem is - typing / instead dot.    

screen below

1.jpg

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...