Hi there... i have this script and i want to make it run in other browsers such as mozilla, chrome, opera or even _html.au3 #include <IE.au3>
Local $oIE = _IECreate("https://www.example.com/")
Sleep (10000)
Local $oFrame = _IEFrameGetCollection($oIE, 0)
Local $oAs = _IETagNameGetCollection($o...