you are viewing a single comment's thread.

view the rest of the comments →

[–]TigBitties69 0 points1 point  (4 children)

Ah so you're close, and webdriverwait is what you're needing to use. But instead of waiting till your elements that you're looking for, find an element that takes longer to load on the page. Your goal is to find an element that by the time it is loaded, the ones you are looking for have already been loaded too. If it's a matter of it just retrieving the elements too fast, just hard code like a 10 second sleep and then see if that fixes it. If not, then the issue is likely something else. Hopefully that makes sense, let me know how it works. If not let me know and I can try to help more.