Skip to content

Commit

Permalink
No native events
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart committed Aug 12, 2014
1 parent 5899bc4 commit 02c4e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webdriver/firefox/profile.ex
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ defmodule WebDriver.Firefox.Profile do
{"toolkit.telemetry.rejected", true},
{"webdriver_accept_untrusted_certs", true},
{"webdriver_assume_untrusted_issuer", true},
{"webdriver_enable_native_events", true},
{"webdriver_enable_native_events", false},
{"webdriver.log.file", "/tmp/log/webdriver.log"}
]

Expand Down

0 comments on commit 02c4e44

Please sign in to comment.