How used variables like selector

Hi everyone,

A help please, how do i use a variable in a selector.

This is my selector I would like to replace innertext=‘Controle_Documentos_Digital_20191231235959.txt’ with innertext=‘`+vName.ToString’ how do I do this?

Hi @Felipe_MOREIRA

There have following two methods hope that will help you.
1.Right click innertext in Selector Editer and choose or create a variable like vName.
2.Directly edit selector context in Properties such as “<ctrl innertext='”+vName.ToString+“’ / >”

3 Likes

Tanks for the help man!!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.