Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Annotation Interfaces
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    dev.galasa.api.run.Run.getLocal()
    This method will be removed in later versions of the code. Use Run.isLocal instead.
    dev.galasa.api.run.Run.getTrace()
    This method will be removed in later versions of the code. Use Run.isTraceEnabled instead.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean)
    Use one of the other constructors.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean, Log)
    Use one of the other constructors.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean, Log, BundleContext, IFileSystem, Environment)
    Use one of the other constructors.
    dev.galasa.selenium.IChromeOptions.getExperimentalOption(String)
    Use IChromeOptions.getCapability(string) instead.
    dev.galasa.selenium.IChromeOptions.setHeadless(boolean)
    Use IChromeOptions.addArguments(arguments) instead.
    dev.galasa.selenium.IFirefoxOptions.isLegacy()
    Removed in Selenium 4. See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
    dev.galasa.selenium.IFirefoxOptions.setHeadless(boolean)
    Use IFirefoxOptions.addArguments(arguments) instead.
    dev.galasa.selenium.IFirefoxOptions.setLegacy(boolean)
    Removed in Selenium 4. See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
    dev.galasa.zos3270.spi.Screen()
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Screen(int, int, int, int, Network)
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Screen(int, int, Network)
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, boolean, int, int, int, int, ITextScannerManagerSpi)
    use the Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, boolean, ITextScannerManagerSpi)
    use the Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, ITextScannerManagerSpi)
    use the Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Zos3270TerminalImpl(String, String, int, boolean, IFramework, boolean, IZosImage, int, int, int, int, ITextScannerManagerSpi)
    use the Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) constructor instead.
    dev.galasa.zos3270.spi.Zos3270TerminalImpl(String, String, int, boolean, IFramework, boolean, IZosImage, ITextScannerManagerSpi)
    use the Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) constructor instead.
  • Deprecated Interfaces
    Interface
    Description
    dev.galasa.selenium.ISeleniumManager
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    dev.galasa.selenium.SeleniumManager
  • Deprecated Methods
    Method
    Description
    dev.galasa.api.run.Run.getLocal()
    This method will be removed in later versions of the code. Use Run.isLocal instead.
    dev.galasa.api.run.Run.getTrace()
    This method will be removed in later versions of the code. Use Run.isTraceEnabled instead.
    dev.galasa.selenium.IChromeOptions.getExperimentalOption(String)
    Use IChromeOptions.getCapability(string) instead.
    dev.galasa.selenium.IChromeOptions.setHeadless(boolean)
    Use IChromeOptions.addArguments(arguments) instead.
    dev.galasa.selenium.IFirefoxOptions.isLegacy()
    Removed in Selenium 4. See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
    dev.galasa.selenium.IFirefoxOptions.setHeadless(boolean)
    Use IFirefoxOptions.addArguments(arguments) instead.
    dev.galasa.selenium.IFirefoxOptions.setLegacy(boolean)
    Removed in Selenium 4. See https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/
  • Deprecated Constructors
    Constructor
    Description
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean)
    Use one of the other constructors.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean, Log)
    Use one of the other constructors.
    dev.galasa.framework.FrameworkInitialisation(Properties, Properties, boolean, Log, BundleContext, IFileSystem, Environment)
    Use one of the other constructors.
    dev.galasa.zos3270.spi.Screen()
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Screen(int, int, int, int, Network)
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Screen(int, int, Network)
    use the Screen(TerminalSize primarySize, TerminalSize alternateSize, Network network, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, boolean, int, int, int, int, ITextScannerManagerSpi)
    use the Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, boolean, ITextScannerManagerSpi)
    use the Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Terminal(String, String, int, ITextScannerManagerSpi)
    use the Terminal(String id, String host, int port, boolean ssl, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScan, Charset codePage) constructor instead.
    dev.galasa.zos3270.spi.Zos3270TerminalImpl(String, String, int, boolean, IFramework, boolean, IZosImage, int, int, int, int, ITextScannerManagerSpi)
    use the Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) constructor instead.
    dev.galasa.zos3270.spi.Zos3270TerminalImpl(String, String, int, boolean, IFramework, boolean, IZosImage, ITextScannerManagerSpi)
    use the Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) constructor instead.

Copyright © 2025. All rights reserved.