wow-xhr icon indicating copy to clipboard operation
wow-xhr copied to clipboard

Facing Login issue when using webdriver with xhr

Open rajugade opened this issue 2 years ago • 1 comments

public WebDriver wowXhr() { WebDriverManager.chromedriver().setup(); WowXHR wowXHR = null; try { wowXHR = new WowXHR(new ChromeDriver()); } catch (DriverNotSupportedException e) { e.printStackTrace(); } return wowXHR.getMockDriver(); }

I'm using above code to create Webdriver, when I tried to login to my application with valid credentials from automation the application was throwing Invalid Credential error. And with selenium Webdriver script the login was successful.

rajugade avatar Aug 12 '21 09:08 rajugade

Hi @rajugade, Thanks for posting the issue.

Can you provide some details about the framework using the application you are testing is developed? eg (angular/react/vue) along with its version.

sudharsan-selvaraj avatar Aug 12 '21 09:08 sudharsan-selvaraj