Additional Edge fingerprinting fixes. Bumped min XP FF ver.
This commit is contained in:
@@ -48,7 +48,7 @@ env:
|
|||||||
# - CONFIG_FILE=windows/xp/xp_chrome_14.config.yml
|
# - CONFIG_FILE=windows/xp/xp_chrome_14.config.yml
|
||||||
# - CONFIG_FILE=windows/xp/xp_chrome_28.config.yml
|
# - CONFIG_FILE=windows/xp/xp_chrome_28.config.yml
|
||||||
# - CONFIG_FILE=windows/xp/xp_chrome_43.config.yml
|
# - CONFIG_FILE=windows/xp/xp_chrome_43.config.yml
|
||||||
- CONFIG_FILE=windows/xp/xp_firefox_11.config.yml
|
- CONFIG_FILE=windows/xp/xp_firefox_12.config.yml
|
||||||
# - CONFIG_FILE=windows/xp/xp_firefox_25.config.yml
|
# - CONFIG_FILE=windows/xp/xp_firefox_25.config.yml
|
||||||
# - CONFIG_FILE=windows/xp/xp_firefox_47.config.yml
|
# - CONFIG_FILE=windows/xp/xp_firefox_47.config.yml
|
||||||
# - CONFIG_FILE=windows/xp/xp_ie_7.config.yml
|
# - CONFIG_FILE=windows/xp/xp_ie_7.config.yml
|
||||||
|
|||||||
@@ -113,6 +113,6 @@ RSpec.describe 'Browser Details Handler', :run_on_browserstack => true do
|
|||||||
response = RestClient.get "#{RESTAPI_HOOKS}/#{@session}?token=#{@token}"
|
response = RestClient.get "#{RESTAPI_HOOKS}/#{@session}?token=#{@token}"
|
||||||
details = JSON.parse(response.body)
|
details = JSON.parse(response.body)
|
||||||
|
|
||||||
expect(@driver.browser.to_s.downcase).to eq(details['browser.name.friendly'].downcase).or eq('internet_explorer').or eq('msedge')
|
expect(@driver.browser.to_s.downcase).to eq(details['browser.name.friendly'].downcase).or eq('internet_explorer')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
server: "hub-cloud.browserstack.com"
|
server: "hub-cloud.browserstack.com"
|
||||||
|
|
||||||
common_caps:
|
common_caps:
|
||||||
"build": "Windows XP Firefox 11"
|
"build": "Windows XP Firefox 12"
|
||||||
"project": "BeEF"
|
"project": "BeEF"
|
||||||
"browserstack.local": true
|
"browserstack.local": true
|
||||||
"browserstack.video": false
|
"browserstack.video": false
|
||||||
@@ -9,6 +9,6 @@ common_caps:
|
|||||||
browser_caps:
|
browser_caps:
|
||||||
-
|
-
|
||||||
"browser": "firefox"
|
"browser": "firefox"
|
||||||
"browser_version": "11.0"
|
"browser_version": "12.0"
|
||||||
"os": "windows"
|
"os": "windows"
|
||||||
"os_version": "xp"
|
"os_version": "xp"
|
||||||
Reference in New Issue
Block a user