Roland, This is not really a Geb related question but from what I can see, as long as you have org.seleniumhq.selenium:selenium-api artifact on the classpath you should be able to resolve org.openqa.selenium.MutableCapabilities. I can use that class in the current codebase of Geb which depends on org.seleniumhq.selenium:selenium-api:3.6.0.
Marcin On Wed, May 16, 2018 at 11:31 AM, <[email protected]> wrote: > hi, > how can I import org.openqa.selenium.MutableCapabilities? > > https://seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/ > MutableCapabilities.html > https://github.com/SeleniumHQ/selenium/blob/master/java/ > client/src/org/openqa/selenium/MutableCapabilities.java > > I would like to implement configuration according these > https://wiki.saucelabs.com/display/DOCS/2018/03/27/Introducing+Selenium+ > WebDriver+W3C+Protocol+Beta > https://wiki.saucelabs.com/display/DOCS/Selenium+W3C+ > Capabilities+Support+-+Beta#SeleniumW3CCapabilitiesSupport > -Beta-EditedScriptExample > > but import org.openqa.selenium.MutableCapabilities > says cannot resolve sysmbol MutableCapabilities. > > I am using selenium version 3.11.0 as suggested. > > thank you, > Roland > > -- > You received this message because you are subscribed to the Google Groups > "Geb User Mailing List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/geb-user/59ae7eca-ae5a-48af-92bf-59593daab05e%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/59ae7eca-ae5a-48af-92bf-59593daab05e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQRDALbtnfRNZioCU5FriAObAyfBdSBasruGZxL6GeRZzA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
