We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c566cc5 commit cdf270aCopy full SHA for cdf270a
Services/WebContent/WebDriverConnection.cpp
@@ -1979,7 +1979,7 @@ Web::WebDriver::Response WebDriverConnection::element_send_keys_impl(StringView
1979
// 1. If element does not currently have focus, let current text length be the length of element's API value.
1980
Optional<Web::WebIDL::UnsignedLong> current_text_length;
1981
1982
- if (element->is_focused()) {
+ if (!element->is_focused()) {
1983
auto api_value = target->relevant_value();
1984
1985
// FIXME: This should be a UTF-16 code unit length, but `set_the_selection_range` is also currently
0 commit comments