aquality-selenium-dotnet
aquality-selenium-dotnet copied to clipboard
element.Text does not highlight element while element.GetText() does
we probably need to override .Text property, like we do with the Click() method. note that this behavior differs from java
@mialeska Looks like it is already resolved https://github.com/aquality-automation/aquality-selenium-dotnet/blob/228f37420452418ca1d84d7c07b45e90dc2d1a43/Aquality.Selenium/src/Aquality.Selenium/Elements/Element.cs#L109C19-L109C19 Propose to close