org.openqa.grid.internal.utils
Interface CapabilityMatcher

All Known Implementing Classes:
DefaultCapabilityMatcher

public interface CapabilityMatcher

Used to find out if a capabilities requested by the client matches something on the remote and should be forwarded by the grid.


Method Summary
 boolean matches(Map<String,Object> currentCapability, Map<String,Object> requestedCapability)
           
 

Method Detail

matches

boolean matches(Map<String,Object> currentCapability,
                Map<String,Object> requestedCapability)


Copyright © 2012. All Rights Reserved.