mykola-mokhnach / Appium-iOS-Inspector

Apache License 2.0
145 stars 60 forks source link

Element UI is not displayed on the inspector #1

Closed saikrishna321 closed 8 years ago

saikrishna321 commented 8 years ago

screen shot 2016-07-01 at 11 17 25 am

mykola-mokhnach commented 8 years ago

Have you checked what is returned upon standard driver.getScreenshotAs() method call? Inspector just gets the screenshot image directly from Appium, which means we cannot get anything different from what Appium driver provides to us.

saikrishna321 commented 8 years ago

@mykola-mokhnach i found the issue, when the simulator is resized to small(cmd+4) then it does not work. When i have the sim bugger it works fine..

driver.getScreenshotAs() also gets the blank screen when the sim is smaller.. closing the issue