Hello I ank using this is my current path
NSString *XpathQ2 = @"//table[@class='grid']/tbody";
when i try to change it to
NSString *XpathQ2 = @"//table[@class='grid']/tbody/tr";
or
NSString *XpathQ2 = @"//table[@class='grid']/tbody/tr[4]";
the code outputs Nodes was nil