ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-WebDriver/WebDriver.pm
(Generate patch)

Comparing AnyEvent-WebDriver/WebDriver.pm (file contents):
Revision 1.15 by root, Wed Aug 29 04:57:28 2018 UTC vs.
Revision 1.16 by root, Wed Aug 29 05:06:49 2018 UTC

323 "moz:firefoxOptions" => { 323 "moz:firefoxOptions" => {
324 binary => "firefox/firefox", 324 binary => "firefox/firefox",
325 args => ["-devtools"], 325 args => ["-devtools"],
326 prefs => { 326 prefs => {
327 "dom.webnotifications.enabled" => \0, 327 "dom.webnotifications.enabled" => \0,
328 "dom.disable_beforeunload" => \1,
329 "browser.link.open_newwindow" => 3,
330 "browser.link.open_newwindow.restrictions" => 0,
331 "dom.popup_allowed_events" => "",
332 "dom.disable_open_during_load" => \1,
328 }, 333 },
329 }, 334 },
330 }, 335 },
331 { 336 {
332 # generic fallback 337 # generic fallback

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines