Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 setValue() 将文本插入文本字段,但 setValue() 会替换文本字段中已经存在的任何文本。我想在文本字段中的现有文本中添加更多文本。有没有办法这样做?
我正在使用 xcode 4.5,并为自动化进行调整。
我认为 UIAutomation 还没有完全开发到为每个操作提供专有功能,它仍在开发中,直到他们提供几乎完整的功能为止。所以...... UIAutomation 没有提供任何功能来在 textField 中附加文本。但这可以通过编写如下代码来解决:
伪代码:
希望你能明白。