Questions tagged [instruments]

Tools typically means the developer performance analysis tool offered by Apple for development on Mac and iOS.

Sometimes the instruments fail to execute the send_keys function sporadically. What is the best way to deal with this

The Issue: While using Appium's python client to input text with the send_keys method on a WebElement, Instruments sometimes refuses to tap certain keys. This becomes problematic, especially during login procedures where reliable typing or setting val ...