Hi, I am using following code to scroll page to bottom
set windowSize [$window size]
$window execute scroll([join $windowSize ,])
But page doesn't get scroll to bottom, It just moves a bit
$window size returns co-ordinates as 1616,1134
but page is scrolling till (0,3200)
So what size the size proc returns. I was assuming it will be giving bottom right co-ordinates.