android_zoom.py: replace instant UI checks with dynamic waits#277
Merged
goyalsaurabh06 merged 1 commit intoJun 16, 2026
Merged
Conversation
… argument defaults - Replace .exists with .wait(timeout=10) for name_input, ok_btn (both preview and old flow), and join_btn to avoid race conditions where elements may not have rendered yet - Raise RuntimeError if ok_btn or join_btn are not found within timeout instead of silently skipping - Fix --server_host default from 0.0.0.0 (bind address) to 127.0.0.1 (valid HTTP destination) - Fix incorrect log message: "Clicked 'Join'" -> "Clicked 'OK'" on preview screen - Remove noisy "No stop signal" INFO log that fired every 2 seconds - Fix misleading comment "Stay in the meeting" -> "Leave Meeting" - Fix missing space in audio/video warning log message Signed-off-by: Narayana-CT <[email protected]>
goyalsaurabh06
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verified CLI:
python3 lf_interop_zoom.py --duration 2 --lanforge_ip "192.168.207.75" --signin_email "[email protected]" --signin_passwd "CANDELAtech1@530048" --participants 2 --audio --video --upstream_port 192.168.9.14 --api_stats_collection --env_file .env