Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can i automatically click ok button in msgbox popup
#11
Solved: 10 Years, 8 Months, 4 Weeks ago
Datatable syntax will always remain same- Be it DP or using OR.

Request you to post the complete scenario.

Regards,
Ankesh
Reply
#12
Solved: 10 Years, 8 Months, 4 Weeks ago
(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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  no action on click for particular wpf button jlavrecka 1 1,250 05-21-2020, 11:33 PM
Last Post: jlavrecka
  Help for instruction to click on Skip button in the warning message vijilesh 0 1,355 09-16-2018, 03:48 PM
Last Post: vijilesh
  Close popup ad windows dustwynn 1 2,750 10-25-2016, 05:57 PM
Last Post: Ankur
  Unable to Click on Login Button Paurav 1 3,158 07-03-2014, 05:27 AM
Last Post: supputuri
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,141 07-10-2013, 04:13 PM
Last Post: RameshKrishnan

Forum Jump:


Users browsing this thread: 2 Guest(s)