PulsarRPA
PulsarRPA copied to clipboard
Problem with driver.allTexts()
driver.allTexts() 这个方法返回的是List<String> ,但是我调用后,结果并不是,好像list中嵌套了另一层list
val logisticsInfoList=driver.allTexts(".logistics-info-mod__header___2_fWN")
println("logisticsInfoList="+logisticsInfoList)
打印结果是 logisticsInfoList=[["菜鸟直送(丹鸟KD):621089810336681","申通快递:773260085378001"]]