Maximo Open Forum

 View Only
  • 1.  Maximo Test Automation Framework

    Posted 02-16-2024 11:08

    Hi,

    I'm trying to make Maximo Test Automation Framework work.

    I've followed the instructions in the "IBM Maximo Test Automation Framework v8.10.pdf" up to the Selenium Recorder Setup section. 
    Apache Http server has been installed and started. Inspector.js, ManageInspector.js and GraphiteInspector.is were all copied to C:\Apache24\htdocs. 

    If I'm trying http://localhost/manageinspector.js, the content of file is displayed in Chrome browser (so, Apache server works).

    Bookmark for Selenium Recorder has been created in Google Chrome... but it's not working. When clicking on Selenium Recorder bookmark nothing is happening, Recorder is not displayed. No other error message or warning.

    Here is the script of the bookmark:

    javascript: (()=>{ let inspectorBaseUrl = 'https://localhost/'; let recorderWindow = document.querySelector('#manage-shell_Iframe')?.contentWindow || window; recorderWindow.inspectorBaseUrl = inspectorBaseUrl; recorderWindow.require([inspectorBaseUrl + 'ManageInspector.js'], function (inspector) { new inspector().startup(/*headless*/ false, inspectorBaseUrl + 'ManageInspector.js'); });})();

    Any idea why is not working?

    Thank you,

    Dragos


    #Administration
    #Analytics
    #Architecture
    #Assets
    #CivilInfrastructure
    #Customizations
    #EndUser
    #EverythingMaximo
    #HSE/OilandGas
    #Infrastructure
    #Integrations
    #Inventory
    #IoT
    #LifeScience/Calibration
    #Linear
    #MaximoApplicationSuite
    #MaximoForAviation
    #MaximoUserGroups
    #Mobility
    #Nuclear
    #Procurement
    #Reporting
    #Scheduling
    #Security
    #ServiceProvider
    #Spatial
    #Transportation
    #Utilities
    #WorkCenters
    #WorkManagement
    #MaximoVisualInspection
    #Predict
    #Monitor
    #Health
    #Assist
    #Safety

    ------------------------------
    Dragos Chitu
    EL
    ------------------------------


  • 2.  RE: Maximo Test Automation Framework

    Posted 02-22-2024 08:37

    In the end, with serious help from a Javascript expert, we made it work. 
    Bookmarks were Ok, just the required jars were a bit outdated.

    All good for now.



    ------------------------------
    Dragos Chitu
    EL
    ------------------------------