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

2016-03-09 Thread Tim Roberts
laurent solano wrote: > > I had already identified and look at the documentation about splinter. > Sound great, but there is one missing feature : i need to automate an > already open browser, where i'm already log in. > > With win32com, i can do it. below my code: You're doing this is in a somew

Re: [python-win32] Problem registering COM server at installation time

2016-03-09 Thread Malte Forkel
According to eryk, it might help to "create a context at runtime from the manifest that's embedded in python27.dll". How would I do that? It sounds to me like it requires Windows programming skills (which unfortunately I don't have). Does "later MSVC versions no longer have this stupid requirement

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

2016-03-09 Thread laurent solano
Thanks for your proposal. I had already identified and look at the documentation about splinter. Sound great, but there is one missing feature : i need to automate an already open browser, where i'm already log in. With win32com, i can do it. below my code: class WindowMgr: """ Source : h

[python-win32] pywintypes.com_error: (-2147467259, 'Unspecified error', None, None)

2016-03-09 Thread Blair, Colin S
Thank for the response. I have tried using the static proxy. The same error occurs. I have also tried adding DISP_E_EXCEPTION to the ERRORS_BAD_CONTEXT list in dynamic.py Same result. R, Colin B. Blair, Colin S wrote: > Please assist me with this error: > > Traceback (most recent call last)