Coder Social home page Coder Social logo

Comments (4)

unickq avatar unickq commented on June 30, 2024

Hi Nikola, I'll check your issue after my vacation. Aug first days.

Did you try something like this?
'''


'''

Please add version you use.

from specflow.selenium.plugin.

nikolabelin avatar nikolabelin commented on June 30, 2024

Above issue described was hit with 1.1.3. I think you are missing something between the "", that you want me to try.
I've also tried in 1.3.2 where I get the following DependencyResolutionExpception {"No constructors on type 'Unickq.SeleniumHelper.WebDriverGrid.CustomRemoteWebDriver' can be found with the constructor finder 'Autofac.Core.Activators.Reflection.DefaultConstructorFinder'."} with the following config:

      <component name="RemoteWebDriver" type="Unickq.SeleniumHelper.WebDriverGrid.CustomRemoteWebDriver, Unickq.SeleniumHelper.SpecFlowPlugin" service="OpenQA.Selenium.IWebDriver, WebDriver" instance-scope="per-dependency">
        <parameters>
          <parameter name="url" value="http://192.168.207.202:4444" />
          <parameter name="browser" value="Chrome" />
          <parameter name="capabilities">
            <dictionary>
              <!--<item key="ANY" value="KEY" />-->
            </dictionary>
          </parameter>
        </parameters>
      </component>
    </components>

from specflow.selenium.plugin.

unickq avatar unickq commented on June 30, 2024

Pushed version 2.0.0-beta5 with RemoteWebDriver fixes.

<component name="RemoteChrome"
                 type="Unickq.SeleniumHelper.WebDriverGrid.RemoteWebDriver, Unickq.SeleniumHelper.SpecFlowPlugin"
                 service="OpenQA.Selenium.IWebDriver, WebDriver" instance-scope="per-dependency">
        <parameters>
          <parameter name="url" value="http://localhost:4444/wd/hub" />
          <parameter name="browser" value="Chrome" />
          <parameter name="capabilities">
            <dictionary>
              <item key="YOUR CAP" value="CAP Value" />
            </dictionary>
          </parameter>
        </parameters>
      </component>

Also if you're using Selenium 3.4 you may face with SeleniumHQ/selenium#3808 issue. Make sure you're using Selenium 3.3 until a new release of Selenium Standalone Server is available

from specflow.selenium.plugin.

unickq avatar unickq commented on June 30, 2024

I see the same issue with Selenium 3.5 :(

from specflow.selenium.plugin.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.