It's possible to set EMBED as the default option for screenshots and override it in a per keyword basis to actual file paths. It worked correctly by accident with absolute paths, because of how os.path.join() works, but created an 'EMBED' folder with relative paths.
It's possible to set EMBED as the default option for screenshots and override it in a per keyword basis to actual file paths. It worked correctly by accident with absolute paths, because of how os.path.join() works, but created an 'EMBED' folder with relative paths.