-
Thanks Richard Esplin for the Patch!!
Change to:
def executeJavaScript(self, name):
""" Executes a java script function
parameters:
name - The name of the javascript function
returns:
True on success, else False
"""
self._wait()
try:
if self.frameName:
doc =...
2009-11-06 18:50:04 UTC in PAMIE
-
Changed newWin = self.Windowfind(wintext)
to newWin = self.findWindow(wintext)
2009-11-06 18:38:25 UTC in PAMIE
-
In findWindow changed shellWnd =DispatchEx('Shell.Application')
To shellWnd = win32com.client.DispatchEx('Shell.Application')
2009-11-06 18:32:08 UTC in PAMIE
-
commented out " sys.path.append(r'c:\python30\lib')" in PAMIE.
2009-11-06 18:18:18 UTC in PAMIE
-
rmarchetti committed revision 14 to the PAMIE SVN repository, changing 1 files.
2009-04-21 20:26:18 UTC in PAMIE
-
rmarchetti added the PAM3.0.zip file.
2009-03-06 18:33:13 UTC in PAMIE
-
rmarchetti created the PAM3.0 file release.
2009-03-06 18:27:37 UTC in PAMIE
-
rmarchetti created the PAM3.0 file release.
2009-03-06 18:22:55 UTC in PAMIE
-
rmarchetti committed revision 13 to the PAMIE SVN repository, changing 1 files.
2009-03-03 18:01:19 UTC in PAMIE
-
Hello,
Actually I found a very solution.
app.FormList[Windows.Forms10.Window.8.app.0.218f99c2'].ClickInput(coords = (x,y)
This way I can find the dataGridView 'Windows.Forms10.Window.8.app.0.218f99c2' and then find the coords and click on cell. An easy enough work around.
I found that 95% of all the WinForms controls can be controlled by using pyWinAuto.
The format is usuall...
2009-02-17 16:55:18 UTC in Python Win32 GUI Automation