Forum Discussion

pbruneau's avatar
pbruneau
New Contributor
8 years ago
Solved

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 n...
  • pbruneau's avatar
    pbruneau
    8 years ago

    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.