当前位置: 首页 > 知识库问答 >
问题:

JMeter-WebDriver采样器-Google Map自动填充名称(澄清)

公孙新觉
2023-03-14

嗨,谢谢你的及时回复。我目前正在进行下面的课程和屏幕截图。请问如何编写合适的代码?多谢

这是我当前的代码,但它不会自动填充文本。wds.browser.findelement(org.openqa.selenium.by.xpath(“//input[@value='']”)).sendkeys(“57 java”);

class:

共有1个答案

米飞龙
2023-03-14

我重写代码,工作如下:

wds.browser.findelement(org.openqa.selenium.by.xpath(“//input[@value='']”)).sendkeys(“香港西营盘皇后大道西423号”);睡眠(5000);wds.browser.findelement(org.openqa.selenium.by.xpath(“//input[@value='']”)).sendkeys(keys.down);

 类似资料: