When i want to fill the youtube comment field, my macro doesn't do anything. It's interesting, if i want to extract the content, it works fine.

NOT working (fill):

''FRAME F=n try with 2-5, changes at refresh
TAG POS=1 TYPE=DIV ATTR=TABINDEX:0
TAG POS=1 TYPE=DIV ATTR=ROLE:TEXTBOX CONTENT=something

Working (extract) (write something in the box ofc) :

''FRAME F=n try with 2-5, changes at refresh
TAG POS=1 TYPE=DIV ATTR=TABINDEX:0
TAG POS=1 TYPE=DIV ATTR=ROLE:TEXTBOX EXTRACT=TXT
有帮助吗?

解决方案

Use experimental recording and command EVENT.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top