DevCase 6.0 API Reference for NET Framework
C#
VB
C++
F#
XAML
ASP.NET
🏠 Home
|
⬅️ Back
|
➡️ Forward
Show/Hide TOC
IWeb
Driver
Extensions
Find
Elements
By
Reg
Ex Method
Overload List
FindElementsByRegEx(IWebDriver, Regex)
Finds a list of elements that match the text supplied using RegEx.
FindElementsByRegEx(IWebDriver, By, Regex)
Finds a list of elements using the given mechanism that match the text supplied using RegEx.
See Also
Reference
IWebDriverExtensions Class
DevCase.ThirdParty.Selenium.Extensions.IWebDriverExtensions Namespace
In This Article
Overload List
See Also