0

我需要在用户名字段中输入用户名。我使用了下面的代码。但是 TypeText 不是在用户名字段上输入文本

点击“TxtField_Username”TypeText“xx@gmail.com”

请让我知道有什么问题吗?

4

3 回答 3

2
  • First you have to take the image of text field
  • but make sure the hotspot should be in textbox
  • then you can use the command TypeText abc@gmail.com - dont use semicolns while you using TypeText command.
于 2012-12-06T09:33:08.430 回答
0

点击“登录用户名字段”

TypeText backspace
TypeText customerUsername
TypeText Tab
TypeText deleteKey
TypeText customerPassword
于 2014-05-28T08:35:11.373 回答
0

保持正确的热点将解决问题,否则使用 Imagelocation(Text) 查找标签并使用坐标到达文本框。这将是动态的。

于 2018-03-29T08:46:00.220 回答