|
|
|
|
|
<htmlNode variable>.ChercheElémentParID (Function) In french: <Variable htmlNoeud>.ChercheElémentParID Searches for the element whose "ID" attribute matches a specific value in an HTML node. d is htmlNode e is htmlNode <- d.FindElementByID("MyID") IF e <> Null THEN Info(e.TagName) ELSE Info("Element not found") END
Syntax
<Result> = <Element to handle>.ChercheElémentParID(<Identifier>)
<Result>: htmlNode variable htmlNode variable that matches the search condition. <Element to handle>: htmlNode variable Name of the htmlNode variable in which the search will be performed. <Identifier>: Character string Identifier of the element to be searched for. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|