Local $Forms = _IETagNameGetCollection($oIE,'div')
for $Form in $Forms
if StringInStr($Form.GetAttribute("style"),'padding: 0px; transition:opacity 500ms, transform 500ms; width: 100%; vertical-align: top; display: flex; position: relative; box-sizing: border-box; opacity: 1; -ms-user-select: none; transform: none;') then
;MsgBox(1,'','')
_IEFormElementSetValue($Form, "Something")
_IEAction($Form, 'click')
EndIf
Next
cant work
someone help me plz!!!
thanks ur help!