-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a CSS selector in follow_link() does not work #38
Comments
CSS selectors in follow_link()
Hmmm, it looks like I forgot to modify this code after I changed how css/xpath selectors worked. I think |
If you hold on 5 minutes I have a pull request ready ;-) On Thu, Dec 11, 2014 at 5:21 PM, Hadley Wickham notifications@github.com
|
CSS selectors in follow_link()
Sorry, I used a wrong branch for this commit referenced above and I can't seem to delete it even though I already removed the branch: jankowtf@9e7c85c So this is the correct one jankowtf@1d4f2a1 |
Can you close the broken pull request and re-open? Can you please explicitly disambiguate text vs selectors by using multiple arguments? |
The pending pull request is the correct one. It's just the first referenced commit that's misleading (as it stems from a different branch than the one that the pull request is based on). I'll add args to disambiguate text vs. selectors, though. |
Seems like so far you only implemented cases where
i
is either a numerical position index or a string that is matched against thehref
description/text, but not the case when its a CSS selector or XPath statement:The text was updated successfully, but these errors were encountered: