Página 1 de 1

Comando para seleccionar

Publicado: 21 May 2017 23:11
por wandersonnegocios
Un comando o en el código para seleccionar un texto en Input.SetText en el autoplay.

Alguien puede ayudar?

Re: Comando para seleccionar

Publicado: 28 May 2017 15:09
por Cixg
Lee la ayuda de AMS
help.php


Example 1
Input.SetSelection("Serial Number", 1, 5);

Selects the first five characters in the "Serial Number" input object.

Example 2
Input.SetSelection("Serial Number", 1, -1);

Selects all the text in the "Serial Number" input object.

Example 3
Input.SetSelection("Serial Number", -1, 1);

Deselects all the text in the "Serial Number" input object.

Re: Comando para seleccionar

Publicado: 29 May 2017 07:12
por Dow Sher
- - M U E V O A F O R O C O R R E S P O N D I E N T E - -