Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can i automatically click ok button in msgbox popup
#8
Solved: 11 Years, 4 Months ago
Hello,

Please Check this script.
Collapse | Copy Code

Code:
Dim ak
Set ak = CreateObject("wscript.shell")

For i = 1 to 3

   Set DataTable = ("A",dtglobalsheet)
    MsgBox _message = "A"
    MsgBox_time = 2
    MsgBox_title = "this is demo set"
ak.Popup MsgBox, MsgBox_time,MsgBox_title

Next

I just want to print data table value in Msgbox like Column name "A".

Thanks,
Ajay Kumar
Software Test Engineer
Reply


Messages In This Thread
how we can print data table value in Msgbox popup - by test - 12-23-2011, 01:08 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

Forum Jump:


Users browsing this thread: 1 Guest(s)