Using a Java library with Scala reserved words

前端 未结 1 1796
谎友^
谎友^ 2020-11-29 11:51

I\'m using an external library written in Java (Selenium). One of the function calls has the signature type(String, String), and I keep getting compiler errors

相关标签:
1条回答
  • 2020-11-29 12:22
    selenium.`type`("ab","abc")
    
    0 讨论(0)
提交回复
热议问题