Docker コンテナ上でのテスト実行時の制限事項

Docker コンテナ上でテストを再生した場合の制限事項を以下に示します。
  • イメージ解決(imageClickimageRectimageExists を含む)とイメージ検証は、デスクトップに対してはサポートされません。これらのメソッドは、BrowserWindow クラスと BrowserApplication クラスに対してのみサポートされます。たとえば、desktop .<BrowserWindow> find( "demo_borland_com.BrowserWindow" ).imageClick( "LoginButton" ); はサポートされますが、desktop .imageClick( "LoginButton" ); はサポートされません。
  • マウス メソッドとキーボード入力メソッド(mouseMovetypeKeysclick など)は、Desktop オブジェクト以外のすべてのオブジェクトに対してサポートされます。
  • BrowserWindow クラスの getViewPortName メソッドと setViewPortName メソッドはサポートされません。
  • 次のシステム関数はサポートされません。
    • closeFile
    • closeIniFile
    • createRegistryKey
    • createRegistryValue
    • deleteRegistryKey
    • deleteRegistryValue
    • existsRegistryKey
    • fileWriteLine
    • getAgentVersion
    • getClipboardText
    • getCurrentDrive
    • getCursorPosition
    • getCursorType
    • getFileInfo
    • getFreeDiskSpace
    • getIniFileValue
    • getLocale
    • getRegistryKeyNames
    • getRegistryValue
    • getRegistryValueNames
    • openFile
    • openIniFile
    • readLine
    • setClipboardText
    • setCurrentDrive
    • setEnvironmentVariable
    • setFilePointer
    • setIniFileValue
    • setRegistryValue