10-12-2011, 04:19 PM
(This post was last modified: 05-31-2012, 04:33 PM by v.swaminathan.)
Sub: Vertical Scroll Bar Issue - Unable to move the inner vertical scroll bar to the top
Hello,
In my web application, there is a page with two scroll bars. The first one is the IE scroll bar and the second one is for the results grid under a web table.
I am not able to move the second vertical scroll bar up (this scroll bar come under a web table in the page). Please provide me a solution for the same.
Have attached the UI of these scroll bars for reference
Note:
The first one I am able to scroll up using the below script:
Browser: IE 7.0
QTP Version: 11.0
Thanks and Regards,
Swami
Hello,
In my web application, there is a page with two scroll bars. The first one is the IE scroll bar and the second one is for the results grid under a web table.
I am not able to move the second vertical scroll bar up (this scroll bar come under a web table in the page). Please provide me a solution for the same.
Have attached the UI of these scroll bars for reference
Note:
The first one I am able to scroll up using the below script:
Code:
Set Obj=Browser("name:=.*").Page("title:=.*").Object.body
Obj.doScroll("pageUp")
Browser: IE 7.0
QTP Version: 11.0
Thanks and Regards,
Swami