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 and the disappearing control Identifier
- Can't spy on CheckListBox with AutoIt
- How to automate pop up window click OK button?
- Pywinauto 0.6.0 access browser URL in edit control for Firefox
- How to set value in text box using pywinauto?
- print_control_identifiers() error in pywinauto
- How to get a window with certainty without using the id automation
- Control a hidden menu behind a button with pywinauto
- How to doubleclick a listview item with pywinauto?
- Pywinauto - COMError when selecting tabs
- pywinauto change application name
- Why does a right click sent from pywinauto not change the state of the grayed out connect button in informatica, but a real mouse button click does?
- Use PyWinAuto and Python to monitor a script being run
- How to get the current URL from Chrome using pywinauto 0.6
- Pywinauto to control the media player
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
- How to force UI automation tree refresh
- POWERPNT.EXE UI automation get children of PodiumParent panel using inspect.exe
- In Inspect.exe tool Automation IDs are missing for text elements for an .net webview2 app angular 15 desktop app
- Xamarin forms element not visible in inspect.exe UI automation tree yet can view properties on hover
- Automate jitsi java application windows Desktop with pywinauto
- The windows application automating using pywinauto does not detect elements inside a TreeView, despite the elements have there own characteristic
- WinAppDriver does not detect controls/component in LabVIEW executable
- UI Automation not recognized on VM
- Text is visible in UI of WPF application but WinAppdriver is unable to identify the text
- Karate - Robot for Java Based Desktop application. Unable to identify controls using Inspect.exe
- Is there a way to retrieve Microsoft Project Gantt chart view data table cells font names programmatically?
- Pywinauto - There are 2 elements that match criteria
- What's the difference of UISpy.exe and Inspect.exe? (From Microsoft Windows SDK)
- Get image or screen capture in PyWinAuto
- Inspect.exe can find elements that UIAutomation cannot find
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 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.