docs.oxygenhq.org
Oxygen
http://docs.oxygenhq.org/install-win.html
Creating a script - JavaScript. Prior to installing Oxygen, it is necessary to have the appropriate prerequisite software installed on your system. Verify that the computer has the supported operating system and the required software before starting the installation. Windows 7, 8, and later versions. Windows Server 2008, 2012, and later versions. Java 8 JRE or later - https:/ java.com/en/download/. Be sure that the PATH environment variable is set to Java bin directory. Download the latest installer.
docs.oxygenhq.org
Oxygen
http://docs.oxygenhq.org/guide-javascript.html
Creating a script - JavaScript. Creating a script - JavaScript. In this guide we will be using the following test scenario to demonstrate how to develop a simple test script:. Enter selenium in the search field. Switch language to English. Verify that the page header shows the word Selenium. Oxygen provides a number of built-in objects (modules) for automation purposes. Because in our sample scenario we want to automate only browser interactions, we will use the. Enter selenium in the search field. Accep...
docs.oxygenhq.org
Oxygen
http://docs.oxygenhq.org/adv-guide-locating-elements.html
Creating a script - JavaScript.
docs.oxygenhq.org
Oxygen
http://docs.oxygenhq.org/api-db.html
Creating a script - JavaScript. Provides methods for working with Data Bases through ODBC. Sets DB connection string to be used by other methods. This method doesn't actually open the connection as it's opened/closed automatically by query methods. Driver={MySQL ODBC 5.3 UNICODE Driver};Server=localhost; Database=myDatabase;User=myUsername;Password=myPassword;Option=3;. Driver={Oracle in instantclient 11 2};dbq=127.0.0.1:1521/XE; uid=myUsername;pwd=myPassword;. The query to execute. The query to execute.
docs.oxygenhq.org
Oxygen
http://docs.oxygenhq.org/api-assert.html
Creating a script - JavaScript. Provides generic assertion methods. Equal(expected, actual, message). Asserts that two values are equal. Message to throw if assertion fails. NotEqual(expected, actual, message). Asserts that two values are not equal. Message to throw if assertion fails. Fails a test with the given message.
docs.oxygenhq.org
Oxygen
http://docs.oxygenhq.org/api-soap.html
Creating a script - JavaScript. Provides methods for working with SOAP based Web Services. NOTE: Multi-argument calls are not supported yet. Get(wsdlUrl, serviceName, methodName, args). Initiates a SOAP request and returns the response. URL pointing to the WSDL XML. Service name (case sensitive). Method name (case sensitive). JSON representing the response object. Get12(wsdlUrl, serviceName, methodName, args). Initiates a SOAP 1.2 request and returns the response. URL pointing to the WSDL XML.
docs.oxygenhq.org
Oxygen
http://docs.oxygenhq.org/adv-guide-browser-compatibility.html
Creating a script - JavaScript. Both the IDE and the Oxygen Server are build against specific versions of Selenium and thus support only specific versions of browsers. Currently supported versions are as follows:. Uses embeded Selenium Server 2.46.0, ChromeDriver 2.16, IEDriverServer 2.46.0.0. Firefox - 31, 37, 38. Internet Explorer - 7, 8, 9, 10, 11. Build against Selenium 2.46.0. Chrome - Depends on the ChromeDriver used. Firefox - 31, 37, 38. Internet Explorer - 7, 8, 9, 10, 11.
docs.oxygenhq.org
Oxygen
http://docs.oxygenhq.org/install-lin.html
Creating a script - JavaScript. Java 8 JRE or later. Be sure that the PATH environment variable is set to Java bin directory. Mono v4.6 or later - http:/ www.mono-project.com/download/#download-lin. Download latest distribution archive. And extract it to a location of your choice. To enable recording support in Chrome, Oxygen browser extension needs be installed. Go to https:/ chrome.google.com/webstore/detail/oxygen/nddikidjcckpefjbnnnpfokienpkondf. And click Add To Chrome.