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
Along with a Size / Point transformation attribute to enable values to be provided as a string splitted string
[System.Drawing.Size][SizeTransformAttribute()]$Size, [System.Drawing.Point][PointTransformAttribute()]$Position,
#I used x for Size and , for position but they both support one or another. Start-SeDriver -Browser Chrome -Size '1920x1080' -Position '1920,0'
The text was updated successfully, but these errors were encountered:
#134 Size + position arguments.
f39d949
f87d381
itfranck
No branches or pull requests
Along with a Size / Point transformation attribute to enable values to be provided as a string splitted string
The text was updated successfully, but these errors were encountered: