9 of 14

comments

Media

How to export DOM for technical support.swf
8.5MB
Some HTML applications have an overlay div at the top and/or the bottom of the browser window. This causes a problem for elements that require ScrollToVisible selected. Test Studio will unconditionally scroll the element to the top of the browser window, which ends up scrolling the element so that it's hidden behind the overlay div.Currently the way to handle this scenario is a bit complex:1) Add an extra step to scroll the element above the target element to the top2) Convert the real click step to code and comment out the ScrollToVisible line of codeThis is not at all intuitive or obvious. Can't we come up with a better solution to handle this scenario? See the video added to the internal feature request for a demonstration of a real customer application that demonstrates this problem
Comments Disabled