platonai / PulsarRPA

Automate webpages at scale, scrape web data completely and accurately with high performance, distributed AI-RPA.
Apache License 2.0
778 stars 119 forks source link

Problem with driver.allTexts() #52

Open galaxyeye opened 11 months ago

galaxyeye commented 11 months ago

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

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

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