File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
lib/selenium/webdriver/remote Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
* Fixed a bug when web extension failed to install using profile class (issue #4093)
9
9
10
10
PhantomJS:
11
- * Support is deprecated in favor of headless Chrome/Firefox or HTMLUnit
11
+ * Support is deprecated in favor of headless Chrome/Firefox or HTMLUnit.
12
+ PhantomJS is no longer actively developed, and support will eventually
13
+ be dropped.
12
14
13
15
3.5.2 (2017-09-07)
14
16
==================
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ def internet_explorer(opts = {})
120
120
alias_method :ie , :internet_explorer
121
121
122
122
def phantomjs ( opts = { } )
123
+ WebDriver . logger . deprecate 'Selenium support for PhantomJS' , 'headless Chrome/Firefox or HTMLUnit'
123
124
new ( {
124
125
browser_name : 'phantomjs' ,
125
126
javascript_enabled : true ,
You can’t perform that action at this time.
0 commit comments