I have an abstraction I've used a lot with Java, where my page objects wait for the visibility of elements that I know to be dynamic. I've even made that the default. Eventually, I need to support similar capabilities in Python. Can a PageElement be asynchronous?
I have an abstraction I've used a lot with Java, where my page objects wait for the visibility of elements that I know to be dynamic. I've even made that the default. Eventually, I need to support similar capabilities in Python. Can a PageElement be asynchronous?