cisco-open-source / qtwebdriver

WebDriver implementation for Qt
https://github.com/cisco-open-source/qtwebdriver/wiki
197 stars 59 forks source link

Add very basic handling of some QGraphicsView item types in GetElementText(). #51

Closed rdoreopto closed 7 years ago

rdoreopto commented 7 years ago

Hi,

This pull request adds very basic support of the GetElementText() function for a QGraphicsViewcontaining QGraphicsItems of the following types: QGraphicsSimpleTextItem or QGraphicsTextItem.

If there is something amiss please let me know!

Raphaël