[python-win32] equivalent selenium findElement(By.xpath...) with win32com

2016-03-11 Thread laurent solano
0800 > From: Tim Roberts > To: Python-Win32 List > Subject: Re: [python-win32] equivalent selenium > findElement(By.xpath...) with win32com > Message-ID: <56e06782.3010...@probo.com> > Content-Type: text/plain; charset="utf-8" > > laurent solano

Re: [python-win32] equivalent selenium findElement(By.xpath...) with win32com

2016-03-09 Thread laurent solano
nota : you hava my code Tim ;-). Laurent 2016-03-08 1:19 GMT+01:00 Christopher Nilsson : > Not really via the win32 api, but if you're looking for the python > equivalent of this selenium use-case, you should check out Splinter ( > http://splinter.readthedocs.org/en/latest/

Re: [python-win32] equivalent selenium findElement(By.xpath...) with win32com

2016-03-07 Thread laurent solano
ot; property. Any idea ? Laurent Tim Roberts, timr at probo.com <https://mail.python.org/mailman/listinfo/python-win32>: Why don't you show us the code you have? The Internet Explorer COM object surface is very large, so we don't want to waste time explaining what you al

[python-win32] equivalent selenium findElement(By.xpath...) with win32com

2016-02-22 Thread laurent solano
Hi, I'm automating ie webbrowser with win32com module. I need to locate some xpath elements to manipulate them. Is there a way to do it ? More or less, i need the same feature than findElement(By.xpath ...) from selenium. Can anyone help ? thanks in advance, Laurent, ___