kazurayam / materialstore

A domain-specific file system to store "materials" (screenshots, HTML, JSON, XML) collected during End-to-End testings using Selenium WebDriver etc. Features to make "diff" and compiling HTML reports are also included. This is written in pure Java8
Apache License 2.0
0 stars 0 forks source link

want to stop carousell by clicking the image #363

Open kazurayam opened 1 year ago

kazurayam commented 1 year ago

One day, I opened 3 windows of browser where I displayed a modal of Lef/Diff/Right images.

スクリーンショット 2022-11-18 11 18 46

I wanted to show the Left image in the top-left window, the Right image in the top-right window and the Diff image in the bottom window.

However it was difficult to arrage the image I want in a specific window, because every images moves by Bootstrap carousell.

I wanted to stop the move by the carousell.

kazurayam commented 1 year ago

https://qiita.com/reflet/items/2670dd0398a2d8e9f493