PulsarRPA icon indicating copy to clipboard operation
PulsarRPA copied to clipboard

Problem with driver.allTexts()

Open galaxyeye opened this issue 1 year ago • 0 comments

driver.allTexts() 这个方法返回的是List<String> ,但是我调用后,结果并不是,好像list中嵌套了另一层list

val logisticsInfoList=driver.allTexts(".logistics-info-mod__header___2_fWN")
println("logisticsInfoList="+logisticsInfoList)

打印结果是 logisticsInfoList=[["菜鸟直送(丹鸟KD):621089810336681","申通快递:773260085378001"]]

galaxyeye avatar Dec 15 '23 02:12 galaxyeye