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())
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())
def test_check_frame_fluent(self): self.eyes.check("Fluent - Frame", Target.frame("frame1"))
def test_check_frame_in_frame_fully_fluent(self): self.eyes.check("Fluent - Full Frame in Frame", Target.frame("frame1").frame("frame1-1").fully())
def test_check_region_in_a_very_big_frame(self): self.eyes.check("map", Target.frame("frame1").region(By.TAG_NAME, "img"))