mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
fa96c2f9f9
So far Marionette did support Fennec but not any of its tab handling features. As such most of the commands fail because they do not take BrowserApp into account. This patch adds support for retrieving window handles, switching between windows, and closing tabs. Additionally to those changes a couple of unit tests are getting updated, and added. MozReview-Commit-ID: 7sbVIblm0Hw --HG-- rename : testing/marionette/harness/marionette_harness/tests/unit/test_window_handles.py => testing/marionette/harness/marionette_harness/tests/unit/test_window_handles_content.py extra : rebase_source : 475dd6bee446f58208192202cd4c483e2fd929dc |
||
---|---|---|
.. | ||
config | ||
crashtest | ||
firefox-ui | ||
gtest | ||
instrumentation | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
xpcshell | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff