-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Milestone
Description
Looking at #30 today I noticed an inconsistency in behaviour (I think).
This checks instanceof Selenium2Driver and fires $driver->start() then does a resize. However, not all drivers that support screenshots are Selenium2Driver (eg DMore/chrome-mink-driver's ChromeDriver.
So ChromeDriver retains resized dimensions between runs (until Chrome exits), while Selenium is consistent. That's not a problem for me - but to implement initial size from behat.yml config in that function for drivers other than Selenium2, we'd need to have that function accommodate those other drivers too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels