\[code\]<Test()> _Public Sub CheckInput() Dim input As HtmlButtonInput = page.getByXPath("/html/body/form/table/tr/td/input") Console.WriteLine(input.getId())End Sub\[/code\]This is a test I ran and got InvalidCastException. You might say why don't I just use getElementByID(), it is because I was given an HTML page elements that does not have an id which I am not allowed to edit. I am not sure if I got the right path for accessing the .