GetAttributeValue appends whitespace to text
Brought to you by:
jvmenen
I have a table with the following HTML
AddedSubLevelToLevel;Level=PSD1;ChildLevel=ESD2_2
The GetAttributeValue in IEElement returns: "AddedSubLevelToLevel;Level=PSD1;ChildLevel=ESD2_2 " with a whitespace at the end
When I check the innerText on the AsHtmlElement it also contains the whitespace.
How can I avoid that the whitespace is appended?