I am trying to traverse to a Shadow DOM's node in a web page's node.
This
$("input[title='From time']").shadowNode.children('div')
won't work.
Below, is an image of some of the Source
I am trying to extract 9:30pm. Or are user-agent shadow DOMs not accessible?
If so .. What could be my next approach to get this element ?