We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the following properties to FileScreenshotConsumer:
FileScreenshotConsumer
public string FolderPath { get; set; } public string FileName { get; set; } public string FilePath { get; set; }
Path property value can contain any of the following variables:
Add the following extension methods for AtataContextBuilder<FileScreenshotConsumer>:
AtataContextBuilder<FileScreenshotConsumer>
public static AtataContextBuilder<FileScreenshotConsumer> WithFolderPath(this AtataContextBuilder<FileScreenshotConsumer> builder, string folderPath); public static AtataContextBuilder<FileScreenshotConsumer> WithFileName(this AtataContextBuilder<FileScreenshotConsumer> builder, string fileName); public static AtataContextBuilder<FileScreenshotConsumer> WithFilePath(this AtataContextBuilder<FileScreenshotConsumer> builder, string filePath);
The text was updated successfully, but these errors were encountered:
#61 Enhance FileScreenshotConsumer
ed89682
#61 Enhance FileScreenshotConsumer: add "driver-alias" variable
abd1642
YevgeniyShunevych
No branches or pull requests
Add the following properties to
FileScreenshotConsumer
:Path property value can contain any of the following variables:
Add the following extension methods for
AtataContextBuilder<FileScreenshotConsumer>
:The text was updated successfully, but these errors were encountered: