We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fd331 commit b2d057fCopy full SHA for b2d057f
Browser/keywords/cookie.py
@@ -98,13 +98,16 @@ def delete_all_cookies(self):
98
def eat_all_cookies(self):
99
"""Eat all cookies for all easter."""
100
self.delete_all_cookies()
101
- logger.info("""
+ logger.info(
102
+ """
103
<iframe
104
width="560" height="315"
105
src="https://www.youtube.com/embed/I5e6ftNpGsU"
106
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
107
allowfullscreen>
- </iframe>""", html=True)
108
+ </iframe>""",
109
+ html=True,
110
+ )
111
logger.warn("Cookie monster ate all cookies!!")
112
113
@keyword(tags=["Getter", "PageContent"])
0 commit comments