ElementToggleAttributeByNameSync
Interface AntViewDocument
Type: Method
Parameters: String Name String AttrName
Returns: Integer
Toggle the attribute identified by AttrName of the html element identified by Name.
The function returns:
0 when the element is found and the value of the attribute was set,
1 if no element identified by Name was found.
3 AttrName parameter was empty
21 function is already running (can only run one at a time)
22 function timed out
23 document not connected to WebView2 control
24 Name parameter was empty
25 Trying to run a synchronous method from within a WebView2 event
Note that the Name is case sensitive and must match the case of the html element.
Multiple elements can match the name passed. If this is the case then only the first element that matches the name will be set.
The synchronous alternative of the SetElementAttibuteByName method.
As the function wraps the async bits, you cannot have the asynchronous variant running when you call this.
Beware that you cannot use a synchronous call from within an AntView event.
Example:
Introduced in AntView release 1.1.354
AntView - The MS Edge WebView2 ActiveX control Date last changed: 09/30/2024