oleg-andreyev / MinkPhpWebDriver

Webdriver driver for Mink framework
MIT License
8 stars 9 forks source link

Fix wait method to accept milliseconds #81

Closed NoelDeMartin closed 8 months ago

NoelDeMartin commented 1 year ago

In a recent update #79, the wait method started rounding milliseconds to seconds and I'm not sure that it was intentional (after all, if the wait method is only supposed to take seconds, it should take an int $seconds argument instead).

oleg-andreyev commented 8 months ago

@NoelDeMartin sorry that you had to wait for such long time.