Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(leadfoot): improve webdriver frame ID handling
The frame ID check in switchToFrame was based on an older version of the W3C spec that said drivers should return a NoSuchFrame error for an invalid ID. The current spec says to return InvalidArgument, which is what current webdrivers tend to do. references #1083
- Loading branch information