laurent solano wrote:
> For now, i make automation by simulating the keyboard. It's working,
> but not satisfying.
> What I want to do is the equivalent in Python win32 of this line of code 
> (from java selenium) :
> - webDriver.findElement(By.name("valider")).click();
> - confirmation = 
> webDriver.findElement(By.xpath("//table[@id='tablename']/tbody/tr[1]/td[2]")).getText();
> Using doc.valider.click() and doc.TheForm.valider.click() is not working.
> Using "createtree" method, i can find the first level (frameset), but nothing 
> under this level. idem with "children" property.

You still haven't shown us any of your code.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to