Hello, I'm trying to fill objects like in the page below in code but it has written in PHP language and WordPess source. It doesn't work right, it just fills above the textbox and when I click on other objects the text has gone away. Help me fill it and choose the item in the combo box, please!
Here is my AutoIt code
#include <FF V0.6.0.1b-15.au3>
$sURL = "https://www.grammarly.com/signup?breadcrumbs=true&install=true"
_FFConnect()
If _FFIsConnected() Then
_FFOpenURL($sURL)
$sInput = _FFObjGet("_60f178-field", "class") ; returns a string - no object!
_FFObj($sInput, "value", "autoit")
;_FFSetValue("mmmmmm", "txtName", "id")
Else
MsgBox(0,"Error:", "Can't connnect to FireFox")
EndIf
Here is PHP code
<input type="name" data-qa="txtName" maxlength="100" class="_60f178-field" value="">