jaykz52 / mechanic

A CSS-style selector engine for iOS UIAutomation

Home Page:www.cozykozy.com/mechanicjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find CollectionView

jimijon opened this issue · comments

UIAWindow
UIACollectionView
UIACollectionCell......

No matter what I do, it won't find the collectionView or the cells.

I have tried
$('collection')
$('UIACollectionView')
$('collectionCell')

zero elements are always found.