I'm filling out a form but 1 part takes a longer time, and it messes up the whole thing. I'm using splinter in python 2.7 on mac. I need help and any help would be helpful.
Asked
Active
Viewed 105 times
0
-
Didn't think of it that way, thank you bro. – Marshall McCurdy Sep 13 '17 at 14:50
1 Answers
0
time.sleep(t)
where "t" is the number of seconds you want the program to sleep
D.

mastro35
- 133
- 9
-
1It's already flagged as duplicate. Let's not spam answers, for questions which already have great answers on a site. – Igor Milla Sep 13 '17 at 14:55
-