Page 1 of 1

Automation stopping on URL

Posted: Fri Jun 13, 2008 6:07 pm
by aschwem
For my uses the following is happening:

ONCERTIFICATEDIALOG C=1
ONSECURITYDIALOG BUTTON=YES CONTINUE=YES
URL GOTO=https://somewebsite.com
WAIT SECONDS=2.01
DS CMD=KEY X=0 Y=0 CONTENT=mypassword

When it opens the URL, not only does it not select a certificate, but it seems to report a security dialog moment, either way when it gets to the url stage I can't issues commands to move forward.

It looks like it moves to the URL section of the code, then pauses while i get the certificate dialog box and then after that a separate password field, then it finishes loading the URL - after which the automation then continues.

What i need to do is select a certificate and then enter a password before the full URL is loaded.

Thanks and I love the product! Please help!

-Adam

EDIT: Also- this is such a concern for me, that if you can even recommend an older version of your product or of internet explorer that will function correctly I would greatly appreciate it, this will make the difference between us purchasing the product or attempting to find another solution for my company.

Re: Automation stopping on URL

Posted: Tue Jun 17, 2008 8:35 pm
by jackmacokc
you might try moving the URL= portion of code to the top of your code.

Re: Automation stopping on URL

Posted: Fri Jun 27, 2008 5:08 pm
by kdfleger
I am having the exact same problem too with ONSECURITYDIALOG. I tried moving the URL line on top of the code, plus moving all the other lines in every combination, without any luck.
I have opened a ticket up with iOpus support but have not heard anything yet. From reading the discussion boards, the ONSECURITYDIALOG has been a problem for years.
Has anyone had any luck with this command?