Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing Login issue when using webdriver with xhr #3

Open
rajugade opened this issue Aug 12, 2021 · 1 comment
Open

Facing Login issue when using webdriver with xhr #3

rajugade opened this issue Aug 12, 2021 · 1 comment

Comments

@rajugade
Copy link

rajugade commented Aug 12, 2021

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.

@sudharsan-selvaraj
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants