Skip to content

Commit b2d057f

Browse files
committed
cookie monster only on console and html log
1 parent b6fd331 commit b2d057f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Browser/keywords/cookie.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,16 @@ def delete_all_cookies(self):
9898
def eat_all_cookies(self):
9999
"""Eat all cookies for all easter."""
100100
self.delete_all_cookies()
101-
logger.info("""
101+
logger.info(
102+
"""
102103
<iframe
103104
width="560" height="315"
104105
src="https://www.youtube.com/embed/I5e6ftNpGsU"
105106
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
106107
allowfullscreen>
107-
</iframe>""", html=True)
108+
</iframe>""",
109+
html=True,
110+
)
108111
logger.warn("Cookie monster ate all cookies!!")
109112

110113
@keyword(tags=["Getter", "PageContent"])

0 commit comments

Comments
 (0)