qutebrowser/tests/end2end
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
..
data Add missing rapid.html 2016-11-14 09:14:57 +01:00
features Clean up webelem.text/set_text 2016-11-16 12:34:27 +01:00
fixtures Fix lint 2016-11-10 22:45:27 +01:00
conftest.py Reenable @qtwebengine_createWindow tests 2016-11-15 07:03:13 +01:00
test_dirbrowser.py Mark test_dirbrowser as qtwebengine_skip 2016-08-18 23:05:31 +02:00
test_hints_html.py tests: Add QUTE_BDD_WEBENGINE environment variable 2016-09-05 15:08:00 +02:00
test_insert_mode.py Try to stabilize test_insert_mode 2016-10-06 10:40:28 +02:00
test_invocations.py Remove support for an empty data/config/cachedir 2016-11-14 23:13:21 +01:00
test_mhtml_e2e.py tests: Mark test_mhtml_e2e as qtwebengine_todo 2016-08-18 23:32:26 +02:00