 | SupportMethodsTryFindElement Method |
Najde element a pokud není nalezen, tak vrací místo výjimky null
Namespace:
TescoSW.MW.UITests.Common
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic static IWebElement TryFindElement(
By selector,
ISearchContext context = null
)
Parameters
- selector
- Type: By
Selektor použitý pro najití elementu - context (Optional)
- Type: ISearchContext
Kontext hledání
Return Value
Type:
IWebElement[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.TryFindElement(OpenQA.Selenium.By,OpenQA.Selenium.ISearchContext)"]
See Also