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 when trying to call it from Scala, that is:
selenium.type("ab","abc")
Is there a workaround for this issue?
selenium.`type`("ab","abc")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With