Skip to content

Commit

Permalink
print w value
Browse files Browse the repository at this point in the history
  • Loading branch information
cseptimo committed Nov 5, 2024
1 parent 8ba0335 commit ec25f61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/scopy/linux/test_adi_scopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ def test_open_app_on_remote(self, ip, delay):
for w in self.gui.get_open_windows():
if w:
print(self.gui.get_window_title(w))
print(self.gui.get_window_title(w))
time.sleep(delay)
#find_small_window
# time.sleep(delay)
small_window = self.gui.find_window(w)
self.gui.set_window_center(small_window)
print("Test build: Done small window")
time.sleep(delay)
# small_window = self.gui.find_window("Scopy")
# self.gui.set_window_center(small_window)
# print("Test build: Done small window")
# time.sleep(delay)
# assert self.gui.controller.locateCenterOnScreen("ref_test_open_adi_iio_oscilloscope_app.png", grayscale=True, confidence=0.5)
# self.gui.controller.screenshot("results/test_open_adi_iio_oscilloscope_app.png")
# # find_main screen
Expand Down

0 comments on commit ec25f61

Please sign in to comment.