Bug 1483559 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

To make sure that with the Serde conversion on bug 1396821 no regressions are getting introduced, we should have wdspec tests for all the GeckoExtensionCommand's which are:

>    GetContext,
>    SetContext(GeckoContextParameters),
>    XblAnonymousChildren(WebElement),
>    XblAnonymousByAttribute(WebElement, AttributeParameters),
>    InstallAddon(AddonInstallParameters),
>    UninstallAddon(AddonUninstallParameters)
To make sure that with the Serde conversion on bug 1396821 no regressions are getting introduced, we should have wdspec tests for all the GeckoExtensionCommand's which are:

>    GetContext,
>    SetContext(GeckoContextParameters),
>    XblAnonymousChildren(WebElement),
>    XblAnonymousByAttribute(WebElement, AttributeParameters),
>    InstallAddon(AddonInstallParameters),
>    UninstallAddon(AddonUninstallParameters)

It would also be good to have unit tests for geckodriver to make sure that serialization and deserialization works well with Serde.

Back to Bug 1483559 Comment 0