kaiiii
2 years agoRegular Contributor
How to check a page have scroll bar or not
1) I need to check if a web page have a scroll bar or not. There is no specific locator value available for the scroll bar. It appears and disappears as per the list size on the page.
2) Also please tell me what is the difference between obj.scrollIntoView(true) and obj.scrollIntoView(false) ?