And My application have many elements , 300+ elements at first page, so appium is not getting my 'app source' fully for iOS application . Issue in rendering the app source. what can be done here
Android will only fetch the elements if it's displayed on screen, that's the reason you are not seeing all items on one go.. You fetch the items into a list by scrolling each scroll till end of scroll... Where as IOS can fetch all items without scrolling
@@qavbox Thanks and because of this I cannot inspect iOS as app source is not containing all elements. And some times when app source loaded appium is too slow in inspecting the iOS
@@qavbox where can I download an app similar to apk info on ios,Since the method shown is to get the id of an app to install, I need to get an app already installed thanks for your prompt response
ya resolví esto, si alguien también tenia la duda para obtener el Bundle ID de alguna app instalada es necesario colocar la ID de la aplicación en : itunes.apple.com/lookup?id= [HERE] entonces donde esta la ID colocamos la id de la aplicación de Appstore por ejemplo : itunes.apple.com/us/app/yahoo-news-live-breaking-news/id304158842?mt=8 seria itunes.apple.com/lookup?id=304158842 esto descarga un JSON con el bundle id Happy Testing
cool video....
This is like a work of art. Thank you bro
Very Nice ! And So Rare ! Thank You So Much i Appreciate
thanks for the video, will give it a try
Good day thank for thids video. I just wanted to ask if the element attribute click able is false or disable will it work?
How to read the selected or focussed information of some area with bounds?.
I can not inspect elements in incognito mode for google chrome. How i can do it?
And My application have many elements , 300+ elements at first page, so appium is not getting my 'app source' fully for iOS application . Issue in rendering the app source. what can be done here
Android will only fetch the elements if it's displayed on screen, that's the reason you are not seeing all items on one go..
You fetch the items into a list by scrolling each scroll till end of scroll...
Where as IOS can fetch all items without scrolling
@@qavbox Thanks and because of this I cannot inspect iOS as app source is not containing all elements. And some times when app source loaded appium is too slow in inspecting the iOS
@@CP786 Hi I too facing the same issue. Did you find any solution?. If you found please share information to me. It will be really helpful
how to get bundle id of ios app
ruclips.net/video/WRbcvbk-KAE/видео.html
@@qavbox where can I download an app similar to apk info on ios,Since the method shown is to get the id of an app to install, I need to get an app already installed
thanks for your prompt response
ya resolví esto, si alguien también tenia la duda para obtener el Bundle ID de alguna app instalada es necesario colocar la ID de la aplicación en : itunes.apple.com/lookup?id= [HERE] entonces donde esta la ID colocamos la id de la aplicación de Appstore por ejemplo : itunes.apple.com/us/app/yahoo-news-live-breaking-news/id304158842?mt=8
seria itunes.apple.com/lookup?id=304158842
esto descarga un JSON con el bundle id
Happy Testing