You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the provided code snippet, the SelectSingleNode() method is expected to return an instance of INode for the selected <tr> element within the HTML content. However, the method is returning null, which indicates a potential bug in the library.
In the provided code snippet, the
SelectSingleNode()
method is expected to return an instance ofINode
for the selected<tr>
element within the HTML content. However, the method is returningnull
, which indicates a potential bug in the library.Repro
Actual Result
trNode
isnull
Expected Result
trNode
is notnull
Environment
.csproj
The text was updated successfully, but these errors were encountered: