Skip to content

Commit

Permalink
get ss
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 12, 2024
1 parent d160626 commit 0914bdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ def test_camera_mic_setting_in_waiting_room(self):

time.sleep(1)

self.chrome.save_ss_as_file("test_camera_mic_setting_in_waiting_room-1.png")


mic = self.chrome.get_element_with_retry(By.XPATH, "//li[contains(text(), 'Fake Audio Input 2')]")
self.chrome.mouse_click_on(mic)

Expand Down

0 comments on commit 0914bdd

Please sign in to comment.