Skip to content

For IE the Open, Save, Cancel buttons in toolbar is not available in WinAppDriver #265

@dhapolapankaj

Description

@dhapolapankaj

Hello Team,

When I click on download link, I see below download toolbar.
ie-toolbar-opensavecancel

Now Inspect.exe is showing the buttons

ie-toolbar-opensavecancel-inspect

I dug little deeper, exported page source and tried to find the child elements
Below is the snippet of Page SOurce

<Pane AcceleratorKey="" AccessKey="" AutomationId="" ClassName="Frame Notification Bar" FrameworkId="Win32" HasKeyboardFocus="False" HelpText="" IsContentElement="True" IsControlElement="True" IsEnabled="True" IsKeyboardFocusable="True" IsOffscreen="False" IsPassword="False" IsRequiredForForm="False" ItemStatus="" ItemType="" LocalizedControlType="pane" Name="" Orientation="None" ProcessId="5312" RuntimeId="42.1643886" x="0" y="0" width="0" height="0">

<ToolBar AcceleratorKey="" AccessKey="" AutomationId="IENotificationBar" ClassName="DirectUIHWND" FrameworkId="Win32" HasKeyboardFocus="False" HelpText="" IsContentElement="True" IsControlElement="True" IsEnabled="True" IsKeyboardFocusable="False" IsOffscreen="False" IsPassword="False" IsRequiredForForm="False" ItemStatus="" ItemType="" LocalizedControlType="tool bar" Name="Notification" Orientation="None" ProcessId="5312" RuntimeId="42.988984" x="0" y="0" width="0" height="0" />

</Pane>

findELementsByXPath do not return any child.

Please have a look.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions