What is the diffrence between findElementByIosUIAutomation and findElement

Hi,

I am trying to understand where exactly we use findElementByIosUIAutomation and what exactly it is compared to other finding mechanisms.

You can record all the elements by using UI Automation instrument and simply access them in your language binding specific script using the FindsByIosUIAutomation, and other find element mechanism are just an extension for findelementBy class of selenium Webdriver.

Cheers