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 :) 

相关文章:

  • 2021-11-14
  • 2021-06-22
  • 2021-12-11
  • 2021-08-23
  • 2022-12-23
  • 2022-01-18
猜你喜欢
  • 2022-12-23
  • 2022-01-11
  • 2021-09-28
  • 2021-12-31
  • 2022-02-19
  • 2022-01-16
  • 2021-05-02
相关资源
相似解决方案