pbruneau
9 years agoNew Contributor
How do I validate if a an action redirected to a specific page
I have a button on a page that can redirect to any one of two pages. How can I setup an if else based on which page it redirects to. Note, I am trying to do this with a keyword test if possible. If not, I'll be force to use a script.
Thanks, I ended up using a different method. I created a script function where I pass in a page name and it will return true or false if the current page url contains that name.