Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Frank(Cumber)iOS测试元件位置_Ios_Position_Cucumber_Orientation_Frank - Fatal编程技术网

Frank(Cumber)iOS测试元件位置

Frank(Cumber)iOS测试元件位置,ios,position,cucumber,orientation,frank,Ios,Position,Cucumber,Orientation,Frank,我想测试UI元素在重新定向后是否重新定位了自身。元素的可访问性标签是“大型应用程序图标”,它是UIImageView。我怎么能这样说: element("view marked:'large app icon'").frame should_be([ [0,0], [250, 250] ]) 你找到答案了吗?

我想测试UI元素在重新定向后是否重新定位了自身。元素的可访问性标签是“大型应用程序图标”,它是UIImageView。我怎么能这样说:

element("view marked:'large app icon'").frame should_be([ [0,0], [250, 250] ])

你找到答案了吗?