-
Not sure after which release, because I was using watir on and off every few months.
Lately, Watir expects for an element to come into view before we can interact with it.
For example if I have …
-
**Module versions:**
selenium 3.3.3
eyes-selenium 3.7.1
When I initialize selenium ActionChains object with EyesWebDriver instance it fails with following error:
```
Eyes driver instance check…
-
It would be correct to specify type of the parameter or the return value in PHPDoc block. It is (also) used by IDEs to provide type control.
Examples:
1.@return
```
/**
* @return string The current…
-
```
Failures:
1) Applitools visits the marketing page
Failure/Error: @eyes.open(app_name: app_name, test_name: test_name, driver: @driver)
Applitools::EyesError:
Driver is not a Se…
-
Hi,
the PHPUnit dependency (defined in composer.json) should IMO be omitted - it is not required dependency for the library itself, and PHPUnit is only one possible way how to execute Selenium tests…
-
Hi,
I just noted this library, it is great to see Applitools library being made for PHP as well!
I also noted you depend on dev-master of php-webdriver. I would definitely recommend to depend rather…
-
Before making these tests open source it was fine to require keys for Mailosaur and Applitools, and fail everything if they weren't there. But now that we've opened it up to the community we should g…
-
The way I initially built the visdiff tests was to screenshot a single devdocs page with all of the components, but that caused problems with the screenshot being too large to be handled by Applitools…
-
While attempting to finally get Firefox working with geckodriver, I ran into the issue where I got the message 'Strategy not supported: anon'.
I dived deeper into the source code and apparently the…
-
Hi,
I'm writing tests that are distinguishing error types when reporting results. Currently, failed tests using the Eyes SDK throw a standard JS Error.
It would be nice to take a page from Chai'…