This is a Qt forum, not exclusively C++, but there is not a lot of PyQt traffic.
At a guess:
Qt Code:
doc = QWebView.page().mainFrame.documentElement() s = doc.findFirst("select[id=birthday_m]") s.setAttribute("value", "2")To copy to clipboard, switch view to plain text mode
Bookmarks