Jump to content

set chrome URL


Recommended Posts

I am a new user, and hope this is simple. I am looking for a script to switch to the current instance of Google Chrome, then set the URL of the current tab.

I searched and found other scripts to read the URL of the current tab (), but I am having trouble combining that with setting the URL.

Any advice?

Thanks,

Greg Saunders

Link to comment
Share on other sites

Im not 100% sure what you want.

but what about this:

ControlFocus("Google Chrome");Set focus to chrome
Send("!d");Sends the typing thingy to the adress bar
Send("http://www.autoitscript.com/")
Send("{Enter}")

[font="helvetica, arial, sans-serif"]Hobby graphics artist, using gimp.Automating pc stuff, using AutoIt.Listening to music, using Grooveshark.[/font]Scripts:[spoiler]Simple ScreenshotSaves you alot of trouble when taking a screenshot!Don't remember what happened with this, but aperantly the exe is all i got.If you don't want to run it, simply don't._IsRun UDFIt figures out if the script has ben ran before based on the info in a ini file.If you don't want to use exactly what i wrote, you can use it as inspiration.[/spoiler]

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...