Skip to content

Commit

Permalink
Remove deprecated browser types
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Aug 18, 2016
1 parent 8606656 commit 5b3fdbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Remote/WebDriverBrowserType.php
Expand Up @@ -21,17 +21,15 @@
class WebDriverBrowserType
{
const FIREFOX = 'firefox';
const FIREFOX_2 = 'firefox2';
const FIREFOX_3 = 'firefox3';
const FIREFOX_PROXY = 'firefoxproxy';
const FIREFOX_CHROME = 'firefoxchrome';
const GOOGLECHROME = 'googlechrome';
const SAFARI = 'safari';
const SAFARI_PROXY = 'safariproxy';
const OPERA = 'opera';
const MICROSOFT_EDGE = 'MicrosoftEdge';
const IEXPLORE = 'iexplore';
const IEXPLORE_PROXY = 'iexploreproxy';
const SAFARI_PROXY = 'safariproxy';
const CHROME = 'chrome';
const KONQUEROR = 'konqueror';
const MOCK = 'mock';
Expand Down

0 comments on commit 5b3fdbe

Please sign in to comment.