Skip to content

Commit c513b16

Browse files
tomashercegcafour
authored andcommitted
Removed an ugly breaking change introduced in preview10
1 parent 806b862 commit c513b16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/Riganti.Selenium.Core/ElementWrapperCollection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ private void SetReferences(List<TElement> elms, string selector, Func<string, By
8181
foreach (var ew in elms)
8282
{
8383
ew.Selector = selector;
84-
ew.SelectMethod = selectMethod;
8584
ew.ParentWrapper = this;
8685
}
8786
}

0 commit comments

Comments
 (0)