Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Error:(64, 22) java: no suitable constructor found for FirefoxDriver(org.openqa.selenium.firefox.FirefoxOptions)
  2. constructor org.openqa.selenium.firefox.FirefoxDriver.FirefoxDriver(org.openqa.selenium.firefox.FirefoxProfile) is not applicable
  3. (argument mismatch; org.openqa.selenium.firefox.FirefoxOptions cannot be converted to org.openqa.selenium.firefox.FirefoxProfile)
  4. constructor org.openqa.selenium.firefox.FirefoxDriver.FirefoxDriver(org.openqa.selenium.Capabilities) is not applicable
  5. (argument mismatch; org.openqa.selenium.firefox.FirefoxOptions cannot be converted to org.openqa.selenium.Capabilities)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement