Robot framework, Python - handle lazy load on page with dynamic content
问题 I have a page with dynamically generated table ( rows are dynamically generated ). In my test I do NOT know how many rows to expect . I just create a dictionary from all the rows and then compare to another dictionary. But the table has lazy load, so when the number of rows is higher, some of the rows which should be there are not visible "on the first sight" but it needs to be scrolled down to get them. So those rows are not included into my dictionary and then it fails... But again, I do