Search code examples
selenium-webdriverwebautomation

Why does Selenium WebDriver doesn't work on redirect url from server?


I have been using Selenium WebDriver to automate the test on web application. I have a situation lets say I am performing automation on www.abc.com, after submitting one of the pages i am redirected to paypal.com where i enter all the payment details and submit taking me back to www.abc.com with error as "error processing request" but it works good when I try it manually.

Thanks.


Solution

  • I updated my browser version to the latest one from 21.0 and it worked like a charm.