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' ```