mherrmann / helium

Lighter web automation with Python
MIT License
4.79k stars 364 forks source link

I have a question about automatically switching frames to find elements #102

Open iamxiaojianzheng opened 1 year ago

iamxiaojianzheng commented 1 year ago

Helium provides the function of automatically switching frame to find elements.

But what I want to ask is, if an element in the frame is loaded slowly. Will it happen that helium automatically switches all the frames and does not find this element, but this element is loaded at this time.

Can helium handle this situation?