Ignore:
Timestamp:
02/25/15 12:44:56 (9 years ago)
Author:
funger
Message:
  • Add the position of the element in the original GUI.
  • getSimilarity extended (path + title, path + position now compared)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-android/src/main/java/de/ugoe/cs/autoquest/plugin/android/AndroidLogParser.java

    r1870 r1880  
    328328                    currentParentHash = Long.parseLong(atts.getValue("value")); 
    329329                } 
     330                else if ("position".equals(atts.getValue("name"))) { 
     331                    currentGUIElementSpec.setElementPosition(Integer.parseInt(atts.getValue("value"))); 
     332                } 
    330333            } 
    331334            else if (currentEventId != null) { 
Note: See TracChangeset for help on using the changeset viewer.