Hoe do i get the width of an dynamic created table?
In Coded Step i do find the element with
HtmlTable resultTable = Find.ByExpression<HtmlTable>("name=aspnetForm","|","TagName=table","id=~cmsWebControlContainer");
But
resultTable.width returns nothing.
resultTable.GetComputedStyle("width").Value return "auto"?
So, how can i get the real width?