Home > Net >  How to handel kendo grid scrollbar in selenium webdriver
How to handel kendo grid scrollbar in selenium webdriver

Time:01-19

I am not able to find the xpath or handel the scroll bar in kendo grid using selenium webdriver. I want to scroll right on the horizontal bar. Can anyone please help me out?Please check the highlighted scrollbar

checked with java script code but not worked.

CodePudding user response:

Through Selenium click on some element which is on the right side of the page, so it will automatically scroll.

  • Related