Can somebody tell me a way of finding first paragraph visible inside browser window in a HTML document. Means i want first paragraph not inside document(which may be greater than window area) but inside browser window(visible screen).
*P.S other than getting all 'p' elements in document and traversing to find first visible one*