aquality-automation / aquality-selenium-dotnet

Aquality Selenium is a library built over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly safer and more stable way to work with Selenium WebDriver.
Apache License 2.0
47 stars 14 forks source link

element.Text does not highlight element while element.GetText() does #199

Open mialeska opened 3 years ago

mialeska commented 3 years ago

we probably need to override .Text property, like we do with the Click() method. note that this behavior differs from java

Shakevg commented 7 months ago

@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