User Profile
Collapse
-
Can someone please help me with this? sending ALT+f to a window is what I need. -
I did go through the page before and I was successfully able to send keystrokes to he window which are not special. The only problem I couldn't have a solution for is sending the combination of two keys eg: Alt+F4.
Please provide a sequence of steps which could do this....Leave a comment:
-
How to use SendMessage to sent ALT+F4 or Alt+f+x
Hi All,
I'm trying to close a browser window either by sending Alt+f4 or Alt+f to open the file menu and then 'x' to exit and am trying to achieve this using win32api.SendMe ssage(). I tried all combinations of WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, VK_MENU and VK_F4 but couldn't get this.
I'm stuck on this one since two days and I really appreciate any help.
I can't use sendkeys since this window is not always in focus.... -
I'm using fiddler to do this, but I have never did scripting with these tools
and I ideally want to do this just with Python (using the default libraries or some extension modules.) so its easy to maintain by any python-familiar person in the team. so I'm wondering if this can be done using urllib,httplib and socket modules?...Leave a comment:
-
As of now, I'm using network sniffers to do this, but that requires manual intervention and automating this would releive me from doing this atleast twice a day across all three platforms....Leave a comment:
-
I need the script/program to work on all three platforms which our product supports: windows/linux and mac
so I wanted to do it in python....Leave a comment:
-
Monitoring/intercepting http traffic for a particular site
Hi,
I'm new to Python and here is the task I want to execute using python:
I'm trying to monitor the http requests send by a client to a particular server
say xxx.com.
I'm interested in a particular URL which the client sends.
I don't want to make any explicit requests to the server but just want to
watch what all being is sent. so I want to establish a connection to the server
and...
No activity results to display
Show More
Leave a comment: