I am using jitsi windows Desktop for test voip service product.jitsi is a java windows application I want automate jitsi for do it i use pywinauto is a python library for automate gui windows application and i use inspect.exe. but when i use inspect.exe for find Dialog and element i don’t see any thing that show buttom and any thing else. so i couldn’t automate jitsi yet and I would be thankful if you show me a possible path for automation.
Automate jitsi java application windows Desktop with pywinauto
1.1k Views Asked by GreenMan At
1
There are 1 best solutions below
Related Questions in VOIP
- PowerShell Linphone Configuration
- TypeError: Cannot read property 'registerVoipToken' of null
- How can I modify the default email that Avaya IP Office sends with each voicemail?
- CallKit : VOIP call is disconnecting when external call is declined
- Getting rootViewController for iOS13+ & Swift 5
- How to configure Kamailio or OpenSIPS as Session Border Controller?
- voIP audio integration without specifc API or integration
- SIP load Testing via SIPP
- How to receive Bluetooth headset Play pause event in Android java
- Integrating VOIP functionality in a native iOS app and using it in React Native
- Voice chat over a mumble server in flutter
- Ozeki voip sip C# calling
- jni_zero : Compilation error of M120 webrtc android
- How can I connect my node.js app to external VOIP provider via SIP?
- How to merge a new call to an exciting call in CallKit
Related Questions in PYWINAUTO
- pywinauto scripts run so slow now, they were running very well and fast
- Scroll a specific scrollbar out of available ones to the item which is not visible on launch by default
- Locate a tab item from list of tabs that is selected using pywinauto
- I'd like make private pywinauto fork for single Qt6 class, where to start?
- navigate to a directory and right click on a file using pywinauto
- How to execute a .py file with a class using .robot file or integrating it to robot framework?
- How can I wait for this lasso selection window that powerpoint spawns to disappear?
- win32gui / pywinauto don't see which child objects the component consists of
- PyWinAuto.Application().connect(pid).window(windowName).send_keystrokes take way longer than keyboard.press()
- Cannot select item in ListBox
- Is there a way to check the toggle status of an object that has no control_type="CheckBox")
- Get image or screen capture in PyWinAuto
- PyWinAuto : need to check if a GroupBox has a scrollbar or not
- pywinauto TimeoutError at a very simlpe program in pycharm
- pywinauto: MenuSelect() Cannot be used to select options from "Menu ToolBar" in QGIS applications
Related Questions in JITSI
- Jitsi Meet server
- Global Lua variable resetting in HTTP API call within Prosody module
- In android/build.gradle file in flutter app, the Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher
- Jitsi: Users are being dropped home 5 minutes
- Difficulty retrieving participant display name in participantLeft Event with Jitsi Meet
- Possible to "split up" images, that are already existing in one container?
- Flutter jitsi meet not workin on release apk. App gets stopped when click on "CONNECT" button
- WebRtc server for making a video conference app in flutter that scales well
- Only audio - no video while recording the meeting using self hosted Jitsi
- Disable Console Logging in Jitsi Meet Docker setup
- How do I check if a room is active/exists in Jitsi Meet Android SDK?
- How To Move Participant To Top Of FilmStrip Which Is Speaking on Jitsi MEET
- Multiple Jibri recording available same time
- PiP (Picture in Picture) as soon as I join in using jitsi_meet_flutter_sdk
- Jitsi meet first user who created meeting goes to lobby
Related Questions in INSPECT.EXE
- Inspect.exe can find elements that UIAutomation cannot find
- Get image or screen capture in PyWinAuto
- Xamarin forms element not visible in inspect.exe UI automation tree yet can view properties on hover
- In Inspect.exe tool Automation IDs are missing for text elements for an .net webview2 app angular 15 desktop app
- Is there a way to retrieve Microsoft Project Gantt chart view data table cells font names programmatically?
- UI Automation not recognized on VM
- Karate - Robot for Java Based Desktop application. Unable to identify controls using Inspect.exe
- The windows application automating using pywinauto does not detect elements inside a TreeView, despite the elements have there own characteristic
- Text is visible in UI of WPF application but WinAppdriver is unable to identify the text
- How to force UI automation tree refresh
- POWERPNT.EXE UI automation get children of PodiumParent panel using inspect.exe
- Automate jitsi java application windows Desktop with pywinauto
- WinAppDriver does not detect controls/component in LabVIEW executable
- Pywinauto - There are 2 elements that match criteria
- What's the difference of UISpy.exe and Inspect.exe? (From Microsoft Windows SDK)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

AWT apps can't be automated by pywinauto with text properties as you can see in
Inspect.exe. Maybe it's worth looking into some Java tools like Jemmy.This is the richest overview of Java tools I know of: https://sqa.stackexchange.com/questions/18554/open-source-tools-for-automation-of-java-gui-application-testing
P.S. I'm not familiar with Java. So any specific Java question should be asked under "java" tag.