About Supported MooTools Controls
TestLeft can work with any web control via the control’s graphical user interface displayed in a web browser, no matter how the control is implemented on the server side. You can test web applications that use controls implemented by using various technologies and frameworks, including MooTools.
In addition, TestLeft provides extended support for most of MooTools controls. It automatically associates them with the appropriate interfaces that extend the control functionality with additional methods and properties. Use those methods and properties to simulate various user actions over the controls, for example, select individual items or retrieve item text.
Requirements
Patches for supported versions of MooTools controls are shipped with TestLeft. By default, they reside in the <TestLeft 15>\Open Apps\WebControls folder. To apply a needed patch to the control source code use the following instructions:
-
Follow the link http://sourceforge.net/projects/gnuwin32/files/patch/2.5.9-7/patch-2.5.9-7-bin.zip/download to download an archive containing the free Patch utility.
-
Extract the patch.exe executable file and place it in the root directory of the controls’ source library (the directory that contains the mootools-more-More-NNN.js file, NNN is your MooTools version).
-
Copy the patch file corresponding to your MooTools version from the <TestLeft15>\Open Apps\WebControls folder to the same root folder, in which you have placed the patch.exe file.
-
Apply the patch by executing the following command line:
patch -p0 --binary < mootools-more-NNN.diffWhere NNN is your MooTools version: 1.4.0.1, 1.5.1, 1.5.2, 1.6.0.
Supported Browser Versions
TestLeft supports testing of MooTools controls in web applications displayed in the following browsers:
-
Microsoft Internet Explorer ver. 11.
-
Microsoft Edge ver. 83 - 99 (Chromium-based).
Note: The non-Chromium version of Edge is not supported.
-
Mozilla Firefox ver. 91 ESR, 94 - 98.
-
Google Chrome ver. 99.
Note: If you have a TestLeft version earlier than 2.42, your version of the SmartBear Test Extension will be incompatible with newer versions of the Chrome web browser. To test web applications in Chrome 99, you will have to upgrade your TestLeft version to 2.60 or later. -
Any web browser based on the Microsoft WebBrowser control.
Note: The Edge-based WebBrowser control is not supported.
-
Applications with Chromium Embedded Framework control.
Supported Controls
Below is a complete list of MooTools controls for which TestLeft provides extended support.
Control | Library | Class |
---|---|---|
Accordion |
MooTools More 1.4.0.1, 1.5.1, 1.5.2, 1.6.0 | Fx.Accordion |
Slider |
MooTools More 1.4.0.1, 1.5.1, 1.5.2, 1.6.0 | Fx.Slide |
Note: If your control is not in the list, you can try working with it by using the properties and methods TestLeft provides for standard web elements. See Supported Web Controls.