|
|
|
|
|
<htmlDocument variable>.FindElementByName (Function) In french: <Variable htmlDocument>.ChercheElémentParNom Searches for elements whose "name" attribute matches a specific value in an HTML document. d is htmlDocument = HTMLOuvre("https://www.pcsoft.fr", fromURL)
e is array of htmlNode <- d.ChercheElémentParNom("Couleur1")
Syntax
<Result> = <Element to handle>.FindElementByName(<Name>)
<Result>: Array Array of htmlNode elements that match the search condition. <Element to handle>: htmlDocument variable Name of the htmlDocument variable in which the search will be performed. <Name>: Character string Value of the "name" attribute to be searched for. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|