Hi ,
I am getting an error mentioned below while using in some of the machines when
trying to open the application where as it is working fine in some of the
machines :
I also tried to create the Class id manually using the reg-edit but it didn't
worked.
I am using win-7 32 bit OS , python 2.4
laurent solano wrote:
>
> 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.
Why don't you show us the code you have? T
Hi,
I have a windows program that has python embedded in for scripting programs.
If I install Python 2.7.10 64 bit (python-2.7.10.amd64.msi), and run the
program, it works fine.
If I install Python 2.7.11 64bit (python-2.7.11.amd64.msi), and run the
program, fails with the error "missing modul
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,
___