Using the futures API, what's the proper way to get a handle to a component and then make assertions about its properties?
I can perform cross page navigation easily using the API with a combination of ST.element and ST.component calls and invoking methods like type and click. Once I'm at the page I want with the correct application state, how would I, for example, get a handle to a button on the page and check whether it is visible or not?