Hi Caroline,
First try replacing bs4_ul.select with bs4_ul.css.select.
Second, if you only need one child of the tag, you can use select_one instead of select, then remove the [0] index on the variable value.
(I didn't test these - I hope I remembered correctly from memory!)
- Chris