Exemplo n.º 1
0
    public void TestFindElemetsByComponent()
    {
        var a = altUnityDriver.FindElementsByComponent("UnityEngine.MeshFilter");

        Assert.AreEqual(3, a.Count);
    }