-
Notifications
You must be signed in to change notification settings - Fork 289
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
[HOW-TO] <Click automatically on the USE A VERIFICATION CODE> #1348
Comments
@aliyoussefi any suggestion? |
RicardoJacobsen EasyRepro is not supported this for now. |
Yes I did configured as in instruction. I did everything as in instructions to MFA Support. It's working beautifully till this part. Any workaround for this? Maybe alter the login method and add a selenium instruction to find the text " Use a verification code" and click on it? |
I found a simple workaround for that.
AND inserted after the method to input the password (WebClient.cs file). Here is where I called the method;
|
Question
Why in the login process the automation does not work for USE A VERIFICATION CODE? (It should click automatically in use a verification code)
The automation is working fine till reaches this part
I have to click manually on the part where it says use a verification code. After I click there the automation continues fine.
How to click on it automatically, so the test flows without human interaction?
Another thing that I would like to know is, how I prevent the web browser to be closed use the same the other test cases?
The text was updated successfully, but these errors were encountered: