Hi all,
In Robot framework (Browser Library) I’m trying to click or hover a link,
it’s ok and work fine with “Text Link” and “Xpath”.
But when I try the same click or hover with CSS I got error : time out and the element is not found.
The website for my training : https://demo.nopcommerce.com/
And simple click or hover on link (with CSS) : Computers
The problem is, is that your CSS selector returns 2 elements. By default Playwright gives an error when more then one element is found: Locators | Playwright