qutebrowser/tests
Florian Bruhin 25358bb5fc Clean up webelem.text/set_text
webelem.text() was only used without use_js=True from webelem.__str__.
Now we instead default to the use_js=True behavior and renamed the
method from text() to value().

The old behavior is instead directly implemented in __str__.

This changes how webelem.value (aka text) handles elements for which
is_content_editable() returns True, but I haven't found any cases where
this makes a difference.

This also fixes getting existing text from elements with QtWebEngine,
which closes #1957.
2016-11-16 12:34:27 +01:00
..
end2end Clean up webelem.text/set_text 2016-11-16 12:34:27 +01:00
helpers Fix test_tabwidget 2016-11-15 23:40:24 +01:00
manual Add more tests for prompts 2016-11-03 08:40:42 +01:00
unit Fix lint 2016-11-15 23:41:53 +01:00
conftest.py tests: Get rid of flaky_once mark 2016-11-10 22:45:27 +01:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00