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
Thanks for any help
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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?
--
http://mail.python.org/mailman/listinfo/python-list
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