qutebrowser/tests
Florian Bruhin 545539f28d Do more sophisticated clicking for hints with QtWebEngine
We now use click() or focus() in JS if possible, or manually follow links in a
href attribute.

While this probably introduces some new corner cases, it fixes a handful of
older ones:

- window.open() in JS can now be handled correctly as we don't need hacks in
  createWindow anymore.
- Focusing input fields with images now works - fixes #1613, #1879
- Hinting now works better on QtWebEngine with Qt 5.8 - fixes #2273

Also see #70.
2017-02-03 23:21:57 +01:00
..
end2end Do more sophisticated clicking for hints with QtWebEngine 2017-02-03 23:21:57 +01:00
helpers Fixed TabbedBrowserStub's tabBar, no longer toggling updates while moving tabs 2016-11-30 15:23:35 +01:00
manual Add more tests for prompts 2016-11-03 08:40:42 +01:00
unit Unconditionally disable test_tab 2017-02-01 11:09:08 +01:00
conftest.py Also xfail #2183 tests without Docker/Travis 2016-12-22 09:17:00 +01:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00