Handling Dynamic Elements with Declare Keyword
We have to identify locators for elements that we need to interact with which is easy with TestGrid. All you need to do is Tap on a element & that element would be extracted. However, we frequently come across scenario where element may not be even visible while writing test case. In such scenario you may have to dynamically declare element as test case scenario unfolds. The above video demonstrates the same with TestGrid.