I have several swiper on my page,
which are created dynamically. I need to do a slideTo by clicking on some buttons outside the swper. These banners will know the DOM object that corresponds to the swiper-wrapper and an attribute to know which slide it should be sent to.
I can not find a way to get the instance of the javascript object swiper thing, then I can do a mySwiper.slideTo (indexSlide);