在仪器测试中自动转换的字符(Character from being automatically convert in the Instruments testing)

编程入门 行业动态 更新时间:2024-10-28 06:36:54
在仪器测试中自动转换的字符(Character from being automatically convert in the Instruments testing)

我正在使用仪器进行测试。 我正在尝试在文本框中输入字符串,如下所示。

target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()["Server"].textFields()[0].tap(); target.frontMostApp().keyboard().typeString("https");

但是,“https”将以“http a”结束。 原因是预测性转换是否有任何措施?

I'm in the test using the instruments. I'm trying to enter the string in the text box as follows.

target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()["Server"].textFields()[0].tap(); target.frontMostApp().keyboard().typeString("https");

But, "https" is will end up with "http a". The cause is predictive conversion Is there any measures?

最满意答案

我通过关闭自动收集解决了这个问题。 谢谢!

在此处输入图像描述

I solved the problem by turning off the auto-collection. Thanks!

enter image description here

更多推荐

本文发布于:2023-08-05 10:32:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1431625.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:字符   仪器   测试中   Character   testing

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!