Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

IE: should delegate to querySelector when available #823

Closed
lukeis opened this issue Mar 2, 2016 · 2 comments
Closed

IE: should delegate to querySelector when available #823

lukeis opened this issue Mar 2, 2016 · 2 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 2, 2016

Originally reported on Google Code with ID 823

The IE driver should look for and delegate to querySelector if available (IE8-9), and
fall back to Sizzle if not. At the moment, we use Sizzle for finding elements by CSS
also when it's natively supported.

Reported by jari.bakken on 2010-09-22 11:40:58

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Fixed in r9695

Reported by simon.m.stewart on 2010-09-22 14:38:20

  • Status changed: Fixed

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Reported by luke.semerau on 2015-09-17 17:50:16

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 2, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.