Mercurial > hg > isophonics-drupal-site
comparison vendor/behat/mink-selenium2-driver/src/Selenium2Driver.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
187 */ | 187 */ |
188 public static function getDefaultCapabilities() | 188 public static function getDefaultCapabilities() |
189 { | 189 { |
190 return array( | 190 return array( |
191 'browserName' => 'firefox', | 191 'browserName' => 'firefox', |
192 'version' => '9', | |
193 'platform' => 'ANY', | |
194 'browserVersion' => '9', | |
195 'browser' => 'firefox', | |
196 'name' => 'Behat Test', | 192 'name' => 'Behat Test', |
197 'deviceOrientation' => 'portrait', | |
198 'deviceType' => 'tablet', | |
199 'selenium-version' => '2.31.0' | |
200 ); | 193 ); |
201 } | 194 } |
202 | 195 |
203 /** | 196 /** |
204 * Makes sure that the Syn event library has been injected into the current page, | 197 * Makes sure that the Syn event library has been injected into the current page, |