I’m trying to scroll with selenium + selenide
(byTagName("ion-content")).scrollTo();
(byTagName(“ion-content”)).scrollIntoView(true);
I didn’t success , what i have to do for scroll elements ?
<ion-content [scrollEvents]=“true” #content (ionScroll)=“onScroll($event)”>
… content here
OBS: I’m using ionic 5