Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pop not getting timed out in vbscript file
#1
Not Solved
I am using the following code of lines in a vbscript file:

Code:
Set wshShell = WScript.CreateObject("WScript.Shell")
WshShell.Popup "Do you feel alright?", 2, "Question:"


A pop up appears as expected but the popup does not gets timed out.
The code is working fine if i use it through QTP.
Any idea what could be wrong.
Reply
#2
Not Solved
Hi Rahul,

Test with the below code.

Code:
Set wshShell = CreateObject("WScript.Shell")
WshShell.Popup "Do you feel alright?", 2, "Question:"
Set wshShell = Nothing

This code is working fine.

Let me know if you need any info.
Thanks,
SUpputuri
Reply
#3
Not Solved
This is also not working. there must be some problem with my system configuration but i am not sure what it is.
i would appreciate it if anyone could provide me with any kind of solution
Reply
#4
Not Solved
hmmmm strange behaviour .....
Thanks,
SUpputuri
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SAP GUI gets hanged while closing the Windows Pop Up kathirvelnagaraj 0 5,337 10-23-2015, 06:47 PM
Last Post: kathirvelnagaraj
Rolleyes QTP pop up window handling piyush8793 3 16,450 10-15-2015, 11:03 PM
Last Post: Venkateswarluponna
  “Cannot connect to 8822 (connection timed out)" Ikbal 0 1,992 12-08-2014, 11:38 PM
Last Post: Ikbal
Exclamation Login & logout in Siebel and clicking pop-up button yuetling926 7 10,702 07-09-2014, 10:43 PM
Last Post: hhamilton
  select a date from pop-up calendar Dertjon 1 5,597 05-13-2014, 02:29 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)