Exception :
System.InvalidOperationException: 'unknown error: Cannot read property 'querySelector' of undefined
Code :
string title = (string)js.ExecuteScript("return arguments[0].querySelector('#supplier-item-table_filter .form-control').value");
I am trying to get text from text box. Thanks