如何使用phpunit selenium2测试自动完成

时间:2016-02-26 09:03:33

标签: selenium-webdriver phpunit

我想使用自动填充Jquery字段进行测试,我无法访问附加到其上的隐藏字段。

我在Google上搜索过但没有成功:(

你有测试的例子吗?

下面是我们的测试代码:

var files = Directory.EnumerateFiles("path/to/dir", "*.*")
    .Where(file => Path.GetExtension(file).TrimStart('.').Length == 3);

我能够用phpunit selenium 1做到这一点,但它现在已被弃用。

任何解决方案?

此致 威廉

0 个答案:

没有答案