我正在使用“selenium2”驱动程序并尝试测试文件上传表单输入字段,但出现错误
Exception thrown by (//html/descendant-or-self::*[@id = 'ImageID'])[1]
'D:/looks.jpg' does not exist on the file system
我在 FeatureContex.php 中的代码如下
> $page = $this->getSession()->getPage();
> $element = $page->find('css', '#ImageID');
> $element->attachFile('D:/looks.jpg');