objective c - Character from being automatically convert in the Instruments testing -


i'm in test using instruments.
i'm trying enter string in text box follows.

target.frontmostapp().mainwindow().tableviews()["empty list"].cells()["server"].textfields()[0].tap(); target.frontmostapp().keyboard().typestring("https"); 

but, "https" end "http a".
cause predictive conversion there measures?

enter image description here

i solved problem turning off auto-collection.
thanks!

enter image description here


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -