Page 2 of 2

Re: Best way to validate URL in browser address bar?

Posted: Tue Jul 14, 2015 10:25 am
by rastek
Thanks odklizec
Thats really helped, I never known I can drag&drop repository items actions table.

When I drag browser object, if I select without timeout argument what is the default time argument ?

And cook'eMonster

Thanks for the code but I have few questions. Why you need a custom code ? doesnt WaitForDocumentLoaded is for same thing, doesnt works properly ?

and for the function below

how do you send an object info to a function as an argument ?

You call this function from user code ? (Cant I direclyt call from Actions table ?)

Thanks,
Rastek.

Re: Best way to validate URL in browser address bar?

Posted: Tue Jul 14, 2015 10:56 am
by odklizec
Hi Rastek,

By default, there is used "Effective Timeout" of selected repo item. It's a sum of search timeouts of selected item and all its parent folders. If you select an element in repository, you can find its Search and Effective timeout in properties pane. Hope this helps?