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

random.randint #1

Closed
dontreallyusethis opened this issue Aug 26, 2020 · 4 comments
Closed

random.randint #1

dontreallyusethis opened this issue Aug 26, 2020 · 4 comments

Comments

@dontreallyusethis
Copy link

for letter in first_name:
time.sleep(random.randint(0, 1)) # sleep between 1 and 3 seconds
elem_form_first_name.send_keys(first_name)

It's time.sleep(random.randint(0, 1))

@amirldn
Copy link
Owner

amirldn commented Aug 26, 2020

I think the issue here is that I wrote elem_form_first_name.send_keys(first_name)

It should have been elem_form_first_name.send_keys(letter)

I shall update and fix this now.

@amirldn
Copy link
Owner

amirldn commented Aug 26, 2020

Fixed

@amirldn amirldn closed this as completed Aug 26, 2020
@dontreallyusethis
Copy link
Author

Where can I contact you?

I would like to report something else.

@amirldn
Copy link
Owner

amirldn commented Aug 26, 2020

You can contact me through my email at amirmaula@outlook.com

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