Skip to content

Commit b8bd9aa

Browse files
committed
Update console scripts
1 parent fc2cb94 commit b8bd9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ def main():
610610
data.append(" def test_google_dot_com(self):")
611611
data.append(' self.open("https://google.com/ncr")')
612612
data.append(" self.sleep(0.1)")
613+
data.append(" self.hide_elements('iframe[name=\"callout\"]')")
613614
data.append(" self.save_screenshot_to_logs()")
614615
data.append(' self.type(HomePage.search_box, "github.com")')
615616
data.append(" self.assert_element(HomePage.search_button)")

0 commit comments

Comments
 (0)