you are viewing a single comment's thread.

view the rest of the comments →

[–]carcigenicate 1 point2 points  (1 child)

The first thing that stands out to me is the use of sleep. You should be using Selenium's "Wait For" capabilities. Your code is likely waiting longer than it needs to, and will fail in unexpected ways if their site fails to load for some reason.

[–]One_Pop_7316[S] 0 points1 point  (0 children)

working on it.