commit | ade839b1531f97c1692e65e2f8e920f145a5ed96 | [log] [tgz] |
---|---|---|
author | AutomatedTester <david.burns@theautomatedtester.co.uk> | Fri May 01 10:20:28 2020 +0100 |
committer | AutomatedTester <david.burns@theautomatedtester.co.uk> | Fri May 01 10:24:42 2020 +0100 |
tree | a2f1327335d7ed38b391062b73c9b3eb9e7aa5b1 | |
parent | 4606027b6b76c47993f6603d8604b84b500a47ca [diff] |
[py] Delete PhantomJS capabilities Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium Cr-Mirrored-Commit: 8959a2872b4ae19163aa1c9cd78dbc238763500b
diff --git a/selenium/webdriver/common/desired_capabilities.py b/selenium/webdriver/common/desired_capabilities.py index 258e78e..c3a6171 100644 --- a/selenium/webdriver/common/desired_capabilities.py +++ b/selenium/webdriver/common/desired_capabilities.py
@@ -107,13 +107,6 @@ "platform": "MAC", } - PHANTOMJS = { - "browserName": "phantomjs", - "version": "", - "platform": "ANY", - "javascriptEnabled": True, - } - WEBKITGTK = { "browserName": "MiniBrowser", "version": "",