-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Hello Team,
When I click on download link, I see below download toolbar.

Now Inspect.exe is showing the buttons
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.
