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
- How to keep an Android Service always running?
- Implementing VOIP over udp, what is the approach to take when the player cannot cope up with received packet's speed
- Convert voip audio to text for debugging
- setKeepAliveTimeout is deprecated in iOS9
- VoIP Setup with Softphones and Twilio backend
- Twilio: pro-actively initiate daily, pre-scheduled conference calls?
- Different ways to integrate web phone/softphone/VOIP in asp.net web site
- Customize incoming fax header Asterisk
- Possible to Query Asterisk CEL info directly from the database? (PostgreSQL)
- Android.net.rtp - AudioStream.join() - java.lang.NullPointerException
- How to get audio samples in linphone to pass to other interface or to save them?
- SIP protocol / call waiting
- App not relaunch from background but delegate is called didReceiveIncomingConnection twilio in ios
- Looking for the hangouts custom URL scheme on IOS
- How to do some task after Asterisk ReceiveFax function calling?
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
- libjitsi PCMA (ALAW) decoder
- How to use jitsi as an independent service on another server(own)?
- jitsi-meet [conference.js] <e.value>: CONFERENCE FAILED: conference.videobridgeNotAvailable
- How do I compile Jicofo from source?
- Jitsi Picture in Picture(PiP) mode if I open app create new instance in flutter
- Jitsi Meet make command not working on Windows
- How can I know a JitsiMeetActivity is left?
- No static method delimiterOffset in class Lokhttp3/internal/Util
- Audiocontext was not allowed to start in lib-jitsi-meet
- How to turn off invite person option in Jitsi Meet Activity in android studio
- flutter app create new instance when app resume
- How do I check if a room is active/exists in Jitsi Meet Android SDK?
- Disable Console Logging in Jitsi Meet Docker setup
- Only audio - no video while recording the meeting using self hosted Jitsi
- WebRtc server for making a video conference app in flutter that scales well
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.