AsWebElement Method
Returns a web element that corresponds to the current table cell, so that it can be used like any other web element.
Remarks
Usage: You can, for example, apply Describe() to the returned element, just as you would for any web element.

C# Syntax

IWebElement AsWebElement()