Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
how can i automatically click ok button in msgbox popup
|
Posts: 1
Threads: 0
Joined: Jul 2022
Reputation:
0
07-12-2022, 11:50 PM
(09-13-2011, 12:57 PM)PrabhatN Wrote: Where do you get the popup from?
I mean does your code contain something like below:
Code: Msgbox "Hello World"
If this is the case, the OK button can't be clicked automatically.
If it is not please try using:
Code: Set WshShell = CreateObject("Wscript.Shell")
WshShell.Popup " Wait 5 seconds ", 5, "Title"
Hope it helps.
|
Messages In This Thread |
RE: how can i automatically click ok button in msgbox popup - by akash warke - 07-12-2022, 11:50 PM
|
Possibly Related Threads… |
Thread |
Author |
Replies |
Views |
Last Post |
|
no action on click for particular wpf button |
jlavrecka |
1 |
1,438 |
05-21-2020, 11:33 PM
Last Post: jlavrecka
|
|
Help for instruction to click on Skip button in the warning message |
vijilesh |
0 |
1,522 |
09-16-2018, 03:48 PM
Last Post: vijilesh
|
|
Close popup ad windows |
dustwynn |
1 |
2,966 |
10-25-2016, 05:57 PM
Last Post: Ankur
|
|
Unable to Click on Login Button |
Paurav |
1 |
3,291 |
07-03-2014, 05:27 AM
Last Post: supputuri
|
|
Right Click On a Image and Click on a Link in WebElement |
RameshKrishnan |
4 |
5,437 |
07-10-2013, 04:13 PM
Last Post: RameshKrishnan
|
Users browsing this thread: 1 Guest(s)