尝试使用 RIDE 机器人框架自动化脚本时,删除文本字段无法正常工作

While trying to automate a script using RIDE robot framework, delete text fields isn't working properly

我正尝试使用

删除您在屏幕截图中看到的字段 initial value "-33"
SikuliLibrary.Press Special Key    DELETE 

它删除“33”没有问题,但即使我重复删除操作两次它也不会删除“-”。

你知道如何解决这个问题吗?

谢谢,

我已经使用 ctrl+a 解决了问题,以便 select 删除整个字段!