P14 - Handling of menu and context menu with FlaUI | Windows Automation | FlaUI |

Published: 06 January 2020
on channel: H Y R Tutorials
7,138
61

In this video, I explained about "Handling of menu and context menu with FlaUI"

FlaUI is a .NET library that helps with automated UI testing of Windows applications (Win32, WinForms, WPF, Store Apps, ...).

It is based on native UI Automation libraries from Microsoft and therefore kind of a wrapper around them.

FlaUI wraps almost everything from the UI Automation libraries but also provides the native objects in case someone has a special need which is not covered (yet) by FlaUI.

Some ideas are copied from the UIAComWrapper project or TestStack.White but rewritten from scratch to have a clean codebase.

The entry point is usually an application or the desktop so you get an automation element (like a main window of the application). On this, you can then search sub-elements and interact with them. There is a helper class to launch, attach or close applications. Since the application is not related to any UIA library, you need to create the automation you want and use it to get your first element, which then is your entry point.

There are two types of menu controls available in windows automation, those are:
1. Menu
2. Context Menu

Menu:
A menu bar is a thin, horizontal bar containing the labels of drop-down menus in an operating system's GUI. It provides the user with a standard place in a window to find the majority of a program's essential functions. These functions include opening and closing files, editing text, and quitting the program. Although menu bars are usually present in most GUIs, they may differ depending on the operating system you're using.

Context Menu:
ContextMenu is an item control that can hold the items, like string panels or images. The basic usage of ContextMenu is to provide different functions you have implemented related to the control.

As mentioned on the MSDN page, FrameworkElement or FrameworkContentElement can have a ContextMenu and you cannot change the behavior of it, as it is automatically placed inside a popup control.

Github Link for this project:
https://github.com/YadaGiriReddy/FlaU...

▶️ Next Video Link:    • P15 - Perform Mouse actions using Fla...  
◀️ Previous Video Link:    • P13 - Finding Control with Multiple c...  
↔️ Windows Automation with FlaUI Playlist Link: https://bit.ly/33CG4dB

✴ Checkout my other playlists: https://bit.ly/3gLIAVL

☕ Buy me a coffee: https://bit.ly/33ljBWc

👑 Join my youtube channel to get access to perks:👇
   / @hyrtutorials  

==============================================
==============================================
Connect us @
🔗 Website - https://www.hyrtutorials.com
🔗 Telegram - https://t.me/hyrtutorials
🔗 Facebook -   / hyrtutorials  
🔗 LinkedIn -   / hyrtutorials  
🔗 Twitter -   / hyrtutorials  
🔗 Instagram -   / hyrtutorials  
==============================================
==============================================
🙏 Please Subscribe🔔 to start learning for FREE now, Also help your friends in learning the best by suggesting this channel.

#hyrtutorials #windowsautomation #flaui #desktopautomation


Watch video P14 - Handling of menu and context menu with FlaUI | Windows Automation | FlaUI | online without registration, duration hours minute second in high quality. This video was added by user H Y R Tutorials 06 January 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7,138 once and liked it 61 people.