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
type(String, String)
selenium.`type`("ab","abc")