Selenium Login Failure

Description
We are trying to create an automated test suite to verify the installation flow works for our OAuth Type Marketplace App. We run into a problem though when trying to log in to Zoom on the website. Whenever we have a test that is using Selenium to input the username/password, it returns a 401 response. It looks like it is calling some sort of Captcha library after you input your login credentials and submit. This is with valid credentials.

Is there a way to get part of an allow list to bypass the captcha for automated testing? Or is there another way to login to a web client so that we can authenticate a marketplace app install through the OAuth flow?

Error?
401 error returned

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.