-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For IE the Open, Save, Cancel buttons in toolbar is not available in WinAppDriver #265
Comments
This should be addressed by our RC2 release. Thanks for the patience. |
Hi @khouzam Thanks for taking this on priority! The issue seemed to be resolved, I tried the pre RC2 release version and I was able to click on those buttons. Below is the PageSource
Though we have the Text tag but the content ("Do you want to open or save") is missing. |
Closing as original issue is resolved. |
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.
The text was updated successfully, but these errors were encountered: