Jump to content

Recommended Posts

Posted

question regarding AutoIT. I am trying to "Locate" the address bar of the "Google Chrome". Can anybody help me on how can I send a "value not a URL" on the present address bar? I have tried to fix this problem by having this code:

"Send ( "!dNike{ENTER}" )" or "Alt + D + value + Hit Enter".

But what I really need is to "Locate" the present address bar of GoogleChrome and give a value like "Nike" for example.

I need to do this because Selenium WebDriver is only capable on sending "URL". I will really appreciate your help

Untitled.png

Posted

How about not sending enter?

Send("!d") ; or Send("^l")
Send("Nike")

 

My stuff

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

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