[Webkit-unassigned] [Bug 217819] WebDriver: add support for right variations of virtual keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 17:06:48 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217819

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Basuke.Suzuki at sony.com

--- Comment #10 from Fujii Hironori <Hironori.Fujii at sony.com> ---
(In reply to Carlos Garcia Campos from comment #5)
> I don't understand the wincairo failure

WinCairo EWS reported:

..\..\Source\WebKit\UIProcess\Automation\WebAutomationSession.cpp(1865): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

VirtualKey is not defined, which is defined in WebKit/UIProcess/Automation/SimulatedInputDispatcher.h.
But, ENABLE_WEBDRIVER_ACTIONS_API is not true for WinCairo, which is defined in Source/WebKit/config.h.

WinCairo doesn't enable those features.

    WEBKIT_OPTION_DEFINE(ENABLE_WEBDRIVER_KEYBOARD_INTERACTIONS "Toggle WebDriver keyboard interactions" PRIVATE OFF)
    WEBKIT_OPTION_DEFINE(ENABLE_WEBDRIVER_MOUSE_INTERACTIONS "Toggle WebDriver mouse interactions" PRIVATE OFF)
    WEBKIT_OPTION_DEFINE(ENABLE_WEBDRIVER_TOUCH_INTERACTIONS "Toggle WebDriver touch interactions" PRIVATE OFF)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201020/44065758/attachment-0001.htm>


More information about the webkit-unassigned mailing list