在 SilkTest 中,一个 window 是否可以从另一个继承

In SilkTest is it possible for one window to inherit from another

我有一个 window Win1 - 它有多个关联的对象和方法。 我想创建 window Win2,它是 Win1 的精确副本,但在某些方面有所不同。

是否有可能 link 这两个,比如说,从另一个继承一个。

类似于 window

WPFWindow Win2_Win1WithSomeDifferences 
    inherits Win1
    //some more objects
    //additional code goes here

请告诉我选项。

使用 Silktest 13.5。

是的,可以使用

winclass Win2_Win1WithSomeDifferences : Win1