cuprite icon indicating copy to clipboard operation
cuprite copied to clipboard

`click_on` removes hover state before clicking

Open davidwessman opened this issue 1 year ago • 0 comments

Hello.

I have form where some buttons are hidden when they are not hovered. The test looks like:

first("div[data-hover=\"display-wrapper\"]").hover
click_on("Move")

On Cuprite 0.15 and Ferrum 0.14 it works everytime.

On Cuprite 0.15.1 and Ferrum 0.15.0 always (I think).

We have some other hover + click that works fine, but for this particular example it has changed. Any clues how to debug it?

davidwessman avatar Jun 18 '24 08:06 davidwessman