09-13-2011, 10:58 AM
how can i automatically click ok button in msgbox popup.....please let me know..
how can i automatically click ok button in msgbox popup
|
09-13-2011, 10:58 AM
how can i automatically click ok button in msgbox popup.....please let me know..
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") Hope it helps.
09-13-2011, 01:05 PM
hello Prabhat
this is my case.. for i = 1 to 3 msgbox "hello Prabhat" next now i want to automatic click in this popup when it show hello prabhat in msgbox. is it possible? thanx in advance Regards, Ajay
Hi Ajay,
As per my knowledge its not possible, but you can create the MsgBox with time limit. use below code Code: For i=0 to 3 Regards, Ankesh This is the alternate solution.... Istead of writing like msgbox "Hello" , u can just write ur text in the variable like msgbox_message="Your Text" if you are using the above code.. This would serve ur purpose. Do let me know if u have a query. Regards, Ankesh
09-14-2011, 11:08 AM
Hi Ankesh
thanx for this, its working dear, but i have one problem in that hope u notice that prblm is that in this script loop is not working i mean to say popup ll come only one's times but loop is from 1 to 3.....please check it.... thanks, Ajay
09-14-2011, 12:28 PM
@Ajay, the code is working absolutly fine. I chkd it. I request you to plz re-execute the code.
09-14-2011, 03:31 PM
Hey Ankesh
It is working thanx dear Thanks, Ajay
12-23-2011, 01:08 PM
Hello,
Please Check this script. Collapse | Copy Code Code: Dim ak I just want to print data table value in Msgbox like Column name "A". Thanks, Ajay Kumar Software Test Engineer Code: For i = 1 to 3 Try the above for loop.. It will work. Regards, Ankesh
12-26-2011, 06:34 PM
Thanks Ankesh,
It is working fine. can you please tell me any script for descriptive programming in which we used data table. Thanks, A.k |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
no action on click for particular wpf button | jlavrecka | 1 | 1,378 |
05-21-2020, 11:33 PM Last Post: jlavrecka |
|
Help for instruction to click on Skip button in the warning message | vijilesh | 0 | 1,482 |
09-16-2018, 03:48 PM Last Post: vijilesh |
|
Close popup ad windows | dustwynn | 1 | 2,927 |
10-25-2016, 05:57 PM Last Post: Ankur |
|
Unable to Click on Login Button | Paurav | 1 | 3,258 |
07-03-2014, 05:27 AM Last Post: supputuri |
|
Right Click On a Image and Click on a Link in WebElement | RameshKrishnan | 4 | 5,373 |
07-10-2013, 04:13 PM Last Post: RameshKrishnan |