Selenium c#SendKeys vs manual输入 - 测试网页的不同行为

时间:2018-04-26 13:59:03

标签: selenium selenium-webdriver

我的目标是自动测试"注册新用户"网页。手动注册(不使用selenium)时,结果页面的行为与使用selenium脚本注册后的行为不同。

我用     foreach (var c in message) { target.SendKeys(c.ToString());}

将字符输入文本字段。

似乎以某种方式构建网站的框架识别出脚本正在进行注册。我想知道除了使用target.SendKeys还有其他任何方式来避免使用selenim而不是手动测试时网站的不同行为。

0 个答案:

没有答案