AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de emulación
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The emulation functions are used to emulate the different types of windows that may appear during an automated test. These functions, used in the code of the test, are used to perform an action. They prevent the test from being locked.
The emulation functions are as follows:
EmulateActionBarEmulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
EmulateCheckBoxEmulates the selection of an option in a Check Box control.
EmulateComboEmulates one of the following actions on a Combo Box control:
  • click on the button to expand the list of the Combo Box control.
  • select an element in a Combo Box control.
EmulateConfirmEmulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateDialogEmulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateDnDEmulates a "Drag & Drop" gesture in automated tests.
EmulateErrorEmulates the next call to Error and automatically clicks the "OK" button.
EmulateInfoEmulates the next call to Info and automatically clicks the "OK" button.
EmulateInputPerforms an input by emulation in a control while checking whether this control is an editable control.
EmulateMenuEmulates the next menu that will be opened and automatically runs the menu option passed as parameter.
EmulateMouseSimulates a mouse event (left click, right click, double click, ...).
EmulateOKCancelEmulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulatePaneEmulates the selection of a pane in a Tab, Ribbon or Sidebar control.
EmulatePaneDockEmulates the integration of an undocked pane in the associated dynamic Tab control.
EmulatePaneUndockEmulates the undocking of a pane in a dynamic Tab control.
EmulateRadioButtonEmulates the selection of an option in a Radio Button control.
EmulateSimulatorEmulates the window of the mobile (Android/iOS) simulator.
EmulateSpeedDefines the runtime speed for the emulating functions.
EmulateWarningEmulates the next call to Warning and automatically clicks the "OK" button.
EmulateWindowIndicates the test that will be run during the next window opening.
EmulateYesNoEmulates the next call to YesNo and automatically clicks the button specified in parameter.
Versión mínima requerida
  • Versión 11
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/01/2023

Señalar un error o enviar una sugerencia | Ayuda local