|
各位前辈们,请教一个关于WebTable取值问题,script如下:
strTempValue1=Browser("Accela Automation: RINSPTYPEdi_2").Page("Accela Automation: RINSPTYPEdi").WebTable("Inspection Group Code:").GetCellData(2,1)
msgbox(strTempValue1)
strTempValue2=Browser("Accela Automation: RINSPTYPEdi_2").Page("Accela Automation: RINSPTYPEdi").WebTable("Inspection Group Code:").GetCellData(2,2)
msgbox(strTempValue2)
strTempValue3=Browser("Accela Automation: RINSPTYPEdi_2").Page("Accela Automation: RINSPTYPEdi").WebTable("Inspection Group Code:").GetCellData(3,1)
msgbox(strTempValue3)
strTempValue1和strTempValue2都能得到正确值”Inspection Type"和“Guide Sheet Group", 但strTempValue3得到的值是一空白。这两个column Value怎么样才能得到呀?比如第一行的”Insp Type #1"和"Building"。提前谢谢大家! |
|