Closed sjdixon closed 9 years ago
In good ol jquery you can do a click like this:
$('#element')[0].click()
Is there a way to do this in CsQuery? There does not appear to be an equivalent function
new CQ().Select("#element")[0].Click()
This is not executing the javascript, so it wont do anything by "clicking" an element/
In good ol jquery you can do a click like this:
Is there a way to do this in CsQuery? There does not appear to be an equivalent function