webdriver.dart icon indicating copy to clipboard operation
webdriver.dart copied to clipboard

Dart WebDriver client

Results 32 webdriver.dart issues
Sort by recently updated
recently updated
newest added

At the Selenium Project we want to collaborate with you and work together to improve the WebDriver ecosystem. We would like to meet you, understand your pain points, and discuss...

Looking at this code ``` Future waitFor(FutureOr Function() condition, {matcher, Duration timeout = defaultTimeout, Duration interval = defaultInterval}) => clock.waitFor(condition, matcher: matcher, timeout: timeout, interval: interval); ``` I think it...

Error from running a Flutter integration test within a GitHub Action `flutter drive -v --driver=test_driver/integration_test.dart --target=integration_test/example_test.dart -d chrome` ``` [CHROME]: [3016:3046:0317/002536.766937:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse...

We're attempting to run some tests in Chrome96, and this bit of the code is failing: https://github.com/flutter/flutter/blob/5e0cc4cba416866225821c0eaba581ac7c0a712c/examples/hello_world/test_driver/smoke_web_engine_test.dart#L46-L50 With the following error ([complete build](https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8820302907871290081/+/u/run_test.dart_for_web_long_running_tests_shard_and_subshard_5_5/test_stdout#L1003_35)): ``` type '_InternalLinkedHashMap' is not a subtype...

There should be an example of getting webdriver set up with a project - probably in the readme.

The following error throws when the Port is not available. ``` session not created: This version of ChromeDriver only supports Chrome version 78 (Driver info: chromedriver=78.0.3904.70 (edb9c9f3de0247fd912a77b7f6cae7447f6d3ad5-refs/branch-heads/3904@{#800}),platform=Mac OS X 10.14.6...

Dart Version: 2.4.0 OS: MacOS Mojave webdriver: 2.1.1 When attempting to launch a w3c spec webdriver, the following exception is encountered: ``` 00:00 Given that I am testing the createDriver...

The supplied code stops at instantiating the WebDriver instance. It should go further. Or direct the reader to a cohesive example-usage repo. - Paul (co-creator of Selenium in 2004).

https://github.com/google/webdriver.dart/blob/33ac55240eed575fa4171e8927c4553902f43113/lib/src/async/web_driver.dart#L41-L42 Good to do before releasing a new version...