File tree Expand file tree Collapse file tree
WebDriverAgentLib/Commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ + (NSArray *)routes
9494{
9595 FBElementCache *elementCache = request.session .elementCache ;
9696 XCUIElement *element = [elementCache elementForUUID: (NSString *)request.parameters[@" uuid" ]
97- checkStaleness: YES ];
97+ checkStaleness: NO ];
9898 XCUIElement *foundElement = [self .class elementUsing: request.arguments[@" using" ]
9999 withValue: request.arguments[@" value" ]
100100 under: element];
@@ -108,7 +108,7 @@ + (NSArray *)routes
108108{
109109 FBElementCache *elementCache = request.session .elementCache ;
110110 XCUIElement *element = [elementCache elementForUUID: (NSString *)request.parameters[@" uuid" ]
111- checkStaleness: YES ];
111+ checkStaleness: NO ];
112112 NSArray *foundElements = [self .class elementsUsing: request.arguments[@" using" ]
113113 withValue: request.arguments[@" value" ]
114114 under: element
You can’t perform that action at this time.
0 commit comments