Although I attempted to utilize the ">" syntax, selenium does not seem to accept it. I am aware that Xpath can be used to obtain what I need, however our project exclusively utilizes CSS selectors.
My goal is to create a list containing only the immediate children of an element without including their descendants. When I use the "*" syntax, I end up with all of the element's descendants instead.