mykola-mokhnach / Appium-iOS-Inspector

Apache License 2.0
145 stars 60 forks source link

Improvements - Saving the screenshot and then reusing it as per the needs. #8

Closed vishwathma closed 6 years ago

vishwathma commented 7 years ago

I should be able to save a screenshot and then select and reuse it to check the element tree.xml as per need basis.

mykola-mokhnach commented 7 years ago

The page is static, which means you can just load it once and then use for elements location even if Appium service is not available anymore. Regarding saving a screenshot - you can do it by simply saving it as picture or drag and drop it to your desktop. But it is not possible to restore inspector state only by having a single screenshot. The main requirement here is page source XML, which you cannot get without Appium service.