Rudypnt Posted September 13, 2018 Posted September 13, 2018 Hello, I'm looking for a script that checks if a specific url is started in the browser, when not then it must start a browser with that url. Best Regards, Rudy
Moderators JLogan3o13 Posted September 13, 2018 Moderators Posted September 13, 2018 Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. If it's super geeky and you don't know where to put it - it's probably here. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. Moderation Team "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Danp2 Posted September 13, 2018 Posted September 13, 2018 Just use _IECreate with the $iTryAttach parameter set to 1. Latest Webdriver UDF Release Webdriver Wiki FAQs
Rudypnt Posted September 13, 2018 Author Posted September 13, 2018 Ok. Thank you. But this Will only start a browser with The specific url, iT doesn’t check if The url currently is running. Best regards, Rudy
Danp2 Posted September 13, 2018 Posted September 13, 2018 Yes it does, it you set the parameters as I indicated. Please reread the help file on the use of the $iTryAttach parameter. Latest Webdriver UDF Release Webdriver Wiki FAQs
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