New Post: How to access IE11 file save dialog?
Thanks! Finally got this to work. The Alt-S will still randomly select the Safety menu if it is there so I worked around it by temporarily turning off the toolbar with:$ie.ToolBar = $false There's...
View ArticleCreated Unassigned: Opening new window within program - WASP not recognising...
Hey,Trying to enter details into a new window within a program, WASP doesn't seem to be able to do this?It doesn't seem to register another window has opened within the program? Is there a snippet of...
View ArticleNew Post: Opening new window within program - WASP not recognising new window
Hey, Trying to enter details into a new window within a program, WASP doesn't seem to be able to do this? It doesn't seem to register another window has opened within the program? Is there a snippet of...
View ArticleCreated Unassigned: Remote use of WASP [11050]
I am looking to use WASP to control another desktop. I have installed WASP and create a remote profile which loads the WASP snapin at the start of the session (Add-PSSnapin WASP).However when I run...
View ArticleNew Post: Windows 10 multiple desktops
I love WASP so far. Any chance it could be modified to be multiple desktop aware? I'd love a send to DesktopX command. Maybe call it SendTo-Desktop?
View ArticleNew Post: Windows 10 multiple desktops
Just send it the Winkey + arrow keys! It has full capability to address the x, y coordinates of the entire virtual desktop (and beyond: you can send windows off screen). It is possible to write a...
View ArticleNew Post: Windows 10 multiple desktops
If I just want to send one or two windows to another desktop, Winkey+arrow is fine. I’d like to be able to send a list or maybe a category of windows to another desktop. Say, send all remote desktops...
View ArticleNew Post: Flash site send-click issue
Hi, I was wondering if you can send a double-click through wasp onto a website that contains a flash app. I'm trying to click on a "menu" item of the flash website but sending the command only places...
View ArticleNew Post: Windows Security Pop-Up
I am installing some component which throws security pop with "Install" and "Don't Install" option. Now i am able to get hold off that windows however i am not able to click on install and don't...
View ArticleNew Post: Windows Security Pop-Up
If the prompt is a security prompt on the other side of UAC, you need to be running PowerShell elevated ("As Administrator") in order to send keys or clicks to that prompt.
View ArticleNew Post: Windows Security Pop-Up
Thanks. I figured that this also depends on the version of Windows we are using. I am trying on Windows 2012 which has different GUI than Windows 2008. So the above commands are working on Windows 2008...
View ArticleCreated Unassigned: Send-Keys to Textbox [11099]
I am looking for a way to send-keys to a specified textbox. The textbox has a class of "edit" and an instance of '3'. I'm just learning powershell and I've been using this snapin pretyy heavily to...
View ArticleNew Post: How to access IE11 file save dialog?
How would you close this DirectUIHWND window with Send-Keys?
View ArticleNew Post: How to access IE11 file save dialog?
maskull wrote: How would you close this DirectUIHWND window with Send-Keys? Try opening a new question with a little bit more information?
View ArticleNew Post: Opening new window within program - WASP not recognising new window
Did you ever find an answer to this? im having the same problem atm
View ArticleNew Post: Opening new window within program - WASP not recognising new window
Select-ChildWindow finds windows that have the original window as their "Parent" -- this is a Windows API concept, it's for dialogs and such, not necessarily mutli-window apps, and not for
View ArticleNew Post: Powershell ISE WASP/Scipt Freezes on IE Forms Dialog Window Opens -...
Good day, I am using Powershell ISE with WASP commands to login to Website click on upload, the code works and i click upload to select file the script freezes on IE Dialog winodw to select file...
View ArticleNew Post: Migration
Is this project getting migrated to Github, or elsewhere? What about the effort to move it to a script based module, is that still ongoing? Thanks.
View ArticleNew Comment on "Some Usage Examples"
Many thanks. Wonderful app. I have a question, How to find a window is running or not? For e.g, visually we know the list of Active windows using the command Select-Window | ft –auto I would like to...
View ArticleNew Comment on "Some Usage Examples"
Another issue that I noticed is this app only works well when there is active desktop session (doesn't work when display is off). All my windows test stations are only thru RDP. When I close RDP,...
View Article