Git Product home page Git Product logo

Comments (2)

joeyparrish avatar joeyparrish commented on June 9, 2024

Here's the relevant bit from your logs:

12:02:04.169 ERROR [FindElement.call] - Unexpected exception during findElement
org.openqa.selenium.UnsupportedCommandException: An unknown error has occurred

We have never tried to use this with webdriverio or appium, but what I see here is more fundamental and has nothing to do with either of those: We don't support findElement.

Here's are relevant parts of our README, with emphasis added:

A generic WebDriver server framework and base class, implementing the subset of the WebDriver protocol necessary for Karma.

...

Intended audience

  • Projects using something like Karma for testing with a Selenium grid
    • If your test runner uses WebDriver to point browsers back to a URL,
      this subset of the WebDriver protocol can expand your grid to new
      devices
  • Not for testing via WebDriver directly
    • If you use a WebDriver client directly in your tests, this probably
      won't help you
    • Does not support element interaction or script injection
    • Screenshots may be supported on certain platforms

I'm sorry that our project doesn't seem to be a good fit for your tests.

If you have any expertise on the target platform, there's always room for expansion. The base class can be extended to support any part of the WebDriver protocol if you can find some way to, for instance, implement element-based interactions on Tizen.

Does this help?

from generic-webdriver-server.

joeyparrish avatar joeyparrish commented on June 9, 2024

Closing due to inactivity. Thanks!

from generic-webdriver-server.

Related Issues (20)

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.