Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 279 forks source link

Need Mouse Control in a tests - possible to configure a driver that supports this? #379

Open Saeven opened 2 years ago

Saeven commented 2 years ago

Thanks for your guidance.

It seems some drivers such as "php-webdriver/webdriver" support Action sets, or mouse clicks by coordinate instead of element.

I need to simulate a selection action.

Can I achieve this somehow?

Thank you!