Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

JavaScript Mailbox form automation

AvivMNS

New Coder
My code works, the issue appers to happen after i provide the username and click next, than when the password form is loading and then the rest of the functions dont run.
so, the flow is as follows:
1. Im in a login page at the username form.
2. an async func is running typing the email address meanwhile the promise is pending.
3. once the password is done typing the normal function runs and clicks the next button on the username form.
4. now im being forwarded to the password form, and the asyncfunction of typing the password should run again.

on gmail it works, outlook and yandex it doesnt.

feel free to ask for clarifications.
 

Attachments

  • 1.png
    1.png
    80.9 KB · Views: 4
  • 2.png
    2.png
    63.9 KB · Views: 4

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom