Skip to content

android_zoom.py: replace instant UI checks with dynamic waits#277

Merged
goyalsaurabh06 merged 1 commit into
greearb:masterfrom
goyalsaurabh06:zoom_android_issues
Jun 16, 2026
Merged

android_zoom.py: replace instant UI checks with dynamic waits#277
goyalsaurabh06 merged 1 commit into
greearb:masterfrom
goyalsaurabh06:zoom_android_issues

Conversation

@Narayana-CT

@Narayana-CT Narayana-CT commented Jun 16, 2026

Copy link
Copy Markdown
Contributor
  • 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

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

… 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 goyalsaurabh06 merged commit efb9cfe into greearb:master Jun 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants