Disable AutoComplete for TextField in iOS?

Hey Guys -

A login test just started failing for me because the username gets modified by an autocomplete entry while Appium is typing it in. Any thoughts on the best way to deal with this issue?
Either by automating the deletion of the autocomplete dictionary, automating the ignore of the autocomplete suggestion or anything else that may work.

Thanks!

Ok -

I see now that TextFields have this exposed as a parameter :

I also see that there is a switch for autocomplete in the settings for the keyboard.
Curious if this is exposed as a capability.

Thanks Guys

Looks like this capability setting prevents the os from processing between keystrokes :
‘sendKeyStrategy’ => ‘grouped’

Seems to work for me.