Questions tagged [applitools]

Applitools and/or visual testing related topics

Applitools - Automatic Visual Testing

More information can be found at https://applitools.com

Code examples are available at https://applitools.com/resources/tutorial

29 questions
0
votes
2 answers

NoSuchFieldError EXCLUDE_EMPTY when initiating Eyes Applitools in Gauge

I tried to intiliase Eyes in my automation project, but I am getting this error: Message: java.lang.NoSuchFieldError: EXCLUDE_EMPTY Stack…
0
votes
1 answer

Applitools integration with WebdriverIO

I am trying to integrate Applitools with WebdriverIO project. The details are below: node version: v12.18.2 npm version: 6.14.5 wdio version: 6.3.6 My wdio file has a service like below: services: ['selenium-standalone'], Next I installed…
Nick
  • 689
  • 14
  • 27
0
votes
2 answers

Applitools.EyesSetViewportSizeException : Could not set required viewport size. Seems like a rounding error

I'm trying to use Applitools ultrafast grid in .NET and keep getting this error. I'm just trying to run their c# example code from their website: https://applitools.com/docs/topics/overview/overview-writing-tests-with-vg.html Result StackTrace: at…
0
votes
1 answer

Error: Cannot find module 'selenium-webdriver/package.json' at import of @applitools/eyes-selenium

I am running my webdriverio 5 test with aplitools and I get this error: [0-0] RUNNING in chrome - C:\MyProject\src\features\login.feature [0-0] 2020-06-26T16:21:11.313Z ERROR @wdio/runner: Error: Cannot find module 'selenium-webdriver/package.json' …
mismas
  • 1,236
  • 5
  • 27
  • 55
0
votes
0 answers

Cypress and Applitools: [Eyes test not started] : Error: Request failed with status code 400(Bad Request)

WHen doing an eyesCheck using the cypress applitools package I get the error: [Eyes test not started] : Error: Request failed with status code 400(Bad Request) I also get no screenshots shown in the test batch when I run (in applitools). Any ideas…
user1709356
  • 335
  • 3
  • 18
0
votes
0 answers

Error: It is impossible to create a new session because 'createSession' which takes HttpClient, InputStream and long was not found

I am trying to automate an android hybrid app using Appium and Selenium but keep getting following errors: Exception in thread "main" org.openqa.selenium.WebDriverException: It is impossible to create a new session because 'createSession' which …
ALABADAMA
  • 121
  • 2
  • 11
0
votes
2 answers

Applitools openBase() failed with com.applitools.eyes.EyesException

I'm unable to figure out why is this code failing, I browsed through Applitools tutorials and I can't figure out what is happening here. This is the exception being thrown: com.applitools.eyes.EyesException: eyes.openBase() failed …
Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
0
votes
2 answers

Can't take full page screenshot using applitools in selenium with java

I tried java with selenium to take full page screenshot in applitools and I used below code for full page screenshot but am not able to take full page screenshot , it takes only the current page and stitches.I have just initiated to learn automation…
raja
  • 11
  • 1
0
votes
1 answer

com.applitools.eyes.ServerConnector.startSession(ServerConnector.java:166)

I am trying to test a simple code with Applitolls and I got the above mentioned error. I have added all the dependencies in POM file. Error: java.lang.NoSuchMethodError:…
0
votes
1 answer

Appium_capybara driver + Applitools integration

I'm using RSpec framework with capybara + eyes_selenium for visual testing, and i want to integrate mobile visual testing. i installed the appium_capybara, and it works with a remote appium server that functions as a node in my remote selenium…
dlaredod
  • 43
  • 1
  • 1
  • 7
0
votes
1 answer

uninitialized constant Applitools::Utils::EyesSeleniumUtils::Appium (NameError)

I am getting below error while running a ruby applitool script- Erro - `mobile_device?': uninitialized constant Applitools::Utils::EyesSeleniumUtils::Appium (NameError) Below is my class - require 'eyes_selenium' require…
Priya
  • 1
  • 2
0
votes
0 answers

Selenium Java - Applitools Eyes .checkWindow | java.lang.ClassCastException: java.lang.Double cannot be cast to java.lang.Long

I'm running a TestNG Selenium Suite via TestNG and utilizing the Applitools Eyes visual comparison tool. I'm running into a java.lang.ClassCastException: java.lang.Double cannot be cast to java.lang.Long error when my code hits…
Ben Herron
  • 13
  • 5
0
votes
1 answer

Cannot Find Symbol on Import Project line because of Dependency Conflict in Maven

I am working on Visual Testing using Applitools eyes which is integrated within my Selenium Framework. Selenium Jar File that I am using currently is 2.52 and the Applitools jar file version that I am using is eyes-selenium-java 2.56. This…
Rohith
  • 11
  • 4
-2
votes
1 answer

Selenium 4.0(Java) + Cucumber + Browserstack + Applitools

I want to create test automation framework which has Cucumber, Selenium Webdriver 4.0 version with Cross browser capabilities, which will get executed on Browserstack and visual validation through applitools. Any suggestions will be far helpful
1
2