HomeSort by relevance Sort by last modified time
    Searched defs:exclude_switches (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
capabilities_unittest.cc 447 base::ListValue exclude_switches; local
448 exclude_switches.AppendString("switch1");
449 exclude_switches.AppendString("switch2");
451 caps.Set("chromeOptions.excludeSwitches", exclude_switches.DeepCopy());
454 ASSERT_EQ(2u, capabilities.exclude_switches.size());
455 const std::set<std::string>& switches = capabilities.exclude_switches;
capabilities.h 122 std::set<std::string> exclude_switches; member in struct:Capabilities

Completed in 163 milliseconds