C++ (Qt)//... QList <QWebElement> tables = base.findAll("table.\"shedule\"").toList(); bool good = !tables.isEmpty(); //good = false //!НО: QList <QWebElement> tables = base.findAll("table").toList(); bool good = base.at(0).hasClass("shedule"); //good = true