JZ

Results 4 comments of JZ

FYI @battlemidget @sumlin @Ariestattoo I was running into the same issue, and after running `sudo lxd init` and changing from `zfs` to `dir` it did get past this point and...

Yeah, right now you'd need to drop to selenium, e.g. children = parent.find_elements_by_css_selector('div.child'). But that will not guarantee when you go to work with the children that you are on...

Not a solution to your request, but as a workaround you should also be able to retrieve the objects you want via :nth-of-type css locator. E.g. to get the 2nd...

FWIW I have run into this also. Looks like it's [a bug](https://github.com/pypa/pip/issues/772) that was in pip 1.4.1 but has [since been fixed](https://github.com/pypa/pip/pull/1201). @xolox - Not sure why you couldn't repro?...