How can I test the web page opened by window.showModalDialog() method using PAMIE?

2007-10-22 Thread
How can I test the web page which is opened by window.showModalDialog() method using PAMIE? There are two html pages:a.html and b.html. [a.html]: [b.html]: Firstly, I clicked button_a in a.html. The b.html is pop up. N

how to get the clsid of Internet Explorer_Server?

2007-10-22 Thread
Thanks for any help -- http://mail.python.org/mailman/listinfo/python-list

How to implement recording scripts of operating IE as loadrunner?

2007-01-19 Thread
hello all. I intend to implement recording scripts of operating IE as the function of loadrunner. How can I implement in python. Any suggestions would be appreciated. XiangLong -- http://mail.python.org/mailman/listinfo/python-list

How to Send the Message using win32gui?

2006-09-17 Thread
I want to send LVM_SETITEMSTATE message using win32gui. But I don't know how to do in Python.   the LVM_SETITEMSTATE's message format as following:      LVM_SETITEMSTATE wParam = (WPARAM)(int) i;    lParam = (LPARAM)(LVITEM FAR *) pitem;   i Index of the list-view

How to SendMessage to a SysListView32 control for selecting an item?

2006-09-17 Thread
Hi, all: I am writing a python script, which controls a SysListView32 Control. But I can't select an item by sendMessage using win32gui.    My code as following:     import winGuiAutoimport win32guiimport commctrl wn = win32guiwga = winGuiAutohwnd = wn.FindWindow("#32770", "window tit

How can get button's name when cursor move over the button on a web page?

2006-07-05 Thread
How can get button's name when cursor move over the button on a web page? -- http://mail.python.org/mailman/listinfo/python-list

Help: How can I control a new IE window using PAMIE?

2006-04-26 Thread
I am using PAMIE to test a web application. I want to control a new IE window opened by clicking a link. How to do? For example: HTML source:     go_to_b   Using PAMIE I can click the link named aIE. Now how can I control the window whose url is "b.html"? -- http://mail.python.org/mailman/listinfo