在做网银测试的时候发现一个问题,设置输出值是可用余额,实际结果输出原币金额

此问题的解决方法:

 

将输出值修改为函数:

Dim hkye 

hkye = Browser("Browser").Page("Page_2").Frame("mainFrame").WebTable("储蓄种类").GetCellData(2,5)//查看源文件

 

GetCellData解释

Description

Returns the text contained in the specified cell. //返回特定单元格中所包含的文本

Syntax

object.GetCellData (Row, Column)

 

相关文章:

  • 2022-12-23
  • 2021-11-13
  • 2021-10-15
  • 2021-11-17
  • 2022-12-23
  • 2021-05-20
  • 2021-12-12
  • 2021-09-14
猜你喜欢
  • 2021-11-06
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2022-03-03
  • 2021-07-06
相关资源
相似解决方案