<#-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <#assign libcheck = ""> <#assign urlcheck = ""> <#assign msg = request.getAttribute("MSGMAP")?if_exists> <#if msg?has_content> <#if msg.LIBFLAG?exists><#assign libcheck = msg.LIBFLAG?if_exists?string> <#if msg.URLFLAG?exists><#assign urlcheck = msg.URLFLAG?if_exists?string> Verify
Description Status
- selenium_server.jar <#if libcheck == "true"> Success <#elseif libcheck == "noInternet"> Download and install selenium-server.jar in framework/testtools/lib (see in VerifySeleniumSetups.java) <#else>
please click download this lib for run the selenium application!
- Changes ofbiz to use HTTP as the default at file (framework/webapp/config/url.properties) <#if urlcheck == "true"> Success <#else>
Not success!
  1. Edit 'framework/testtools/config/seleniumXml.properties' and add your firefox path, replace the example in the file
  2. Then save and restart ofbiz.
  3. Then open a new terminal to start the seleniumserver. (cd framework/testtools;./runSeleniumServer.sh)
  4. Then run the test below.