Friday 15 March 2013

Select file to upload using Internet Explorer in python -



Select file to upload using Internet Explorer in python -

i having problem testing application i'm developing site works ie had utilize "win32com.client dispatch", can not interact input field of type file, can not alter value file want , upload. i'm trying following:

ie.document.forms [0] .elements ["encanexo1"]. value = "file"

but field not change.

python internet-explorer

No comments:

Post a Comment