Created 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