Giter VIP home page Giter VIP logo

pantherextension's People

Contributors

guikingone avatar vincentchalamon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

vincentchalamon

pantherextension's Issues

Inconsistencies between DriverInterface and PantherDriver implementation

Hi,

there are minor inconsistencies between PantherDriver::wait() method and its definition in the interface:

  • $timeout parameter is expected in milliseconds in the phpdoc from the interface althought we're passing it to $client->wait() where the parameter is called timeoutInSecond
  • the phpdoc in the interface expects the $condition parameter to be an interger, but the WebDriverWait::until() which it is passed expects a callable or a WebDriverExpectedCondition. This could be a little bit more annoying because static analysis tools complain about it

For the record, we're using this wait() method in order to wait for an element to be visible :

$driver->wait(5, WebDriverExpectedCondition::visibilityOfElementLocated(WebDriverBy::cssSelector($element)));

PantherDriver::getStatus() not working

Hi,

i tried to use PantherDriver::getStatus() method, but it tells me:

The PantherExtension\Driver\PantherDriver::PantherExtension\Driver\PantherDriver::getStatusCode() method cannot be called when using PantherExtension\Driver\PantherDriver

i've never managed to make it work

Problem with "wait" context

version: 0.4.0

Then I wait for "#element" to be visible

calls PantherContext::iWaitForElementToBeVisible()

which calls $driver->wait(3000, WebDriverExpectedCondition::visibilityOfAnyElementLocated(WebDriverBy::cssSelector($element)));

but PantherDriver::wait() must be a string...

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.