We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5cf9c commit c87bb45Copy full SHA for c87bb45
src/SeleniumLibrary/keywords/screenshot.py
@@ -61,6 +61,8 @@ def set_screenshot_directory(self, path: Union[None, str]) -> str:
61
path = None
62
elif path.upper() == EMBED:
63
path = EMBED
64
+ elif path.upper() == BASE64:
65
+ path = BASE64
66
else:
67
path = os.path.abspath(path)
68
self._create_directory(path)
0 commit comments