当前位置: 代码迷 >> PB >> PB怎样获取windowname解决办法
  详细解决方案

PB怎样获取windowname解决办法

热度:12   发布时间:2016-04-29 06:22:40.0
PB怎样获取windowname
请教下
比如w_1取成string 'w_1',而不是title
------解决方案--------------------
string ls_name
ls_name = this.classname()
  相关解决方案