Hi,
I'm using an external library written in java (selenium). One of the function calls has signature type(String,String) , and I keep getting compiler errors when trying to call it from scala, i.e.:
selenium.type("ab","abc")
Is there any workarounds for this issue?
Thanks,