Tilde character

Hi All,

When running a test on iOS device I am unable to send a tilde character. The character works fine for Android but on iOS it goes to the special character keyboard and the tilde key isn’t there and the test fails.

Appium 1.3.5, c# bindings.

Does anyone know a work around for this?

Cheers,
James

This is a workaround. On iOS, when the keyboard is brought up, the keys are represented as UI elements (most of them being type UIAKey). You can use this to manually tap the tilde key.