cisco-open-source / qtwebdriver

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

Add QTabWidget and QTreeWidget GetElementText() support #50

Closed rdoreopto closed 7 years ago

rdoreopto commented 7 years ago

Hi,

This pull request adds support of the GetElementText() function for the QTabWidget and QTreeWidget classes.

The new behaviour is:

I've been using these changes for 2 weeks without any issues, but if I forgot something please tell and i'll try to fix it.

Raphaël

hekra01 commented 7 years ago

Thanks for your contribution