How to insert snapshot during manual scripting in QTP?
Answer Posted / prathyusha
We can use capturebitmap for this two inputs are there one is filetype means need to give path and type of image like png or bmp ("Ex:Login.png") and rest is true or false. true means if image is there with same name it will overwrite if not it creates the name which we have given..By default true is there.
Browser().page().capturebitmap("G:Login.png",true)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you get the octal value of the given number in vbscript?
Which operator can be used to do an xor operation in vbscript?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Explain the filter expression?
Mention what is vbscript procedures?
What is select case statement?
Mention the rules for using option explicit statement?
In html file what is an ideal position to include vbscript?
Why is error handling required?
What is Procedure or Subroutine in VB Script?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
what is the difference between modular and data and keyword driven framework
How to Convert Hex color code to color name in VB Script?
What are the disadvantages of vbscript?
what is the differance between BYVAL,BYREF?