How to scroll down a page while recording in qtp.
suggest me any method apart from low level recording.
Answer / Ashish Agnihotri
To scroll down a webpage in QTP (QuickTest Professional), you can utilize the SendKeys method to simulate keyboard events for scrolling. Here is an example using the 'SendKeys' method:
1. Create a new function: `Function ScrollDown()n Beginn SendKeys "%{DOWN}"nEnd Function`
2. Call this function whenever you want to simulate scrolling down.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the 2 ways in which a variable can be declared in the vbscript language?
1. How do declare public variable in vb scripts?
How will you get a string with the specified character the specified number of times in vbscript?
How can you create a file object to work with the files in the vbscript language?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
What are events in the vbscript language?
Explain the tristate constants in vbscript?
Why is it recommended to close the database connection every time after the work is completed?
What are the data types supported by vbscript?
Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)
What is dictionary object in vbscript? Explain?
Input = 124 output should be 124421 Please do not use any string functions/variables