so easy,
1,use the descriptive programming;
2,use the | chracter to seperate the different language text ,so it can found the different language text ,if it found then it recognize the object correctly ;
for example :
there is a web element ,in chinese it shows the text as :选择客户名称通过过滤器,but in english it shows the text is:Select customer by filter
set objCustomerfilter=objPage.webelement("innertext:=Select customer by filter|选择客户名称通过过滤器 ","html tag:=A")
ok, now you can use the above code to make your code supported different language issues.enjoy it :)
本文转自hcy's workbench博客园博客,原文链接:http://www.cnblogs.com/alterhu/p/3522323.html,如需转载请自行联系原作者。