mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
35
testing/web-platform/tests/old-tests/webdriver/webdriver.cfg
Normal file
35
testing/web-platform/tests/old-tests/webdriver/webdriver.cfg
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# to add more browsers specify a [section header] with the name
|
||||
# the 'browser' is currently required
|
||||
# url and capabilities are optional
|
||||
# url is the 'command_executor' argument passed in to the 'browser' class
|
||||
# capabilities is the 'desired_capabilities' argument.
|
||||
|
||||
[firefox]
|
||||
capabilities: {"browserName": "firefox"}
|
||||
mode: compatibility
|
||||
|
||||
[selendroid]
|
||||
capabilities: {"platform": "ANDROID", "browserName": "android"}
|
||||
mode: compatibility
|
||||
|
||||
[chrome]
|
||||
url: http://localhost:9515
|
||||
capabilities: {"browserName": "chrome"}
|
||||
mode: compatibility
|
||||
|
||||
[ie]
|
||||
capabilities: {"browserName": "ie"}
|
||||
mode: compatibility
|
||||
|
||||
[edge]
|
||||
capabilities: {"browserName": "edge"}
|
||||
mode: compatibility
|
||||
|
||||
[ios-driver]
|
||||
capabilities: {"browserName": "iphone"}
|
||||
mode: compatibility
|
||||
|
||||
[blackberry]
|
||||
url: http://169.254.0.1:1338
|
||||
capabilities: {"browserName": "blackberry"}
|
||||
mode: compatibility
|
||||
Loading…
Add table
Add a link
Reference in a new issue