コード例 #1
0
 def test_check_frame_in_frame_fully_fluent2(self):
     self.eyes.check("Fluent - Window with Ignore region 2",
                     Target.window().fully())
     self.eyes.check("Fluent - Full Frame in Frame 2",
                     Target.frame("frame1").frame("frame1-1").fully())
コード例 #2
0
 def test_check_region_in_frame_fluent(self):
     self.eyes.check(
         "Fluent - Region in Frame in Frame",
         Target.frame("frame1").frame("frame1-1").region(
             By.TAG_NAME, "img").fully())
コード例 #3
0
 def test_check_frame_fluent(self):
     self.eyes.check("Fluent - Frame", Target.frame("frame1"))
コード例 #4
0
 def test_check_frame_in_frame_fully_fluent(self):
     self.eyes.check("Fluent - Full Frame in Frame",
                     Target.frame("frame1").frame("frame1-1").fully())
コード例 #5
0
 def test_check_region_in_a_very_big_frame(self):
     self.eyes.check("map",
                     Target.frame("frame1").region(By.TAG_NAME, "img"))