0

localhost に次の HTML があります。

<html><body><h1>test</h1>
<input type="file" id="file" />
</body></html>

このコードは Firefox の Web ドライバーでは問題なく動作しますが、Chrome の Web ドライバーは使用していません。

dr = webdriver.Chrome()
dr.get('http://localhost')
input = dr.find_element_by_id("file")
input.send_keys("/tmp/var/test.zip")

私はSelenium 2.25を使用しています

4

0 に答える 0