1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/16078] Add use statement for ChromeOptions

PHPBB3-16078
This commit is contained in:
Marc Alexander 2019-06-19 08:29:34 +02:00
parent 1be392a16a
commit 3002c1b22a

View File

@ -11,6 +11,7 @@
*
*/
use Facebook\WebDriver\Chrome\ChromeOptions;
use Facebook\WebDriver\WebDriverBy;
use Facebook\WebDriver\Exception\WebDriverCurlException;
use Facebook\WebDriver\Remote\RemoteWebDriver;