RobotEyes icon indicating copy to clipboard operation
RobotEyes copied to clipboard

Image comparison for Robot Framework

Results 10 RobotEyes issues
Sort by recently updated
recently updated
newest added

Since selenium 4.3, find_element_by_*, which where deprecated since selenium 4, are removed. This was blocking me to update my robotframework project with last selenium library, so providing this pull request...

**Is your feature request related to a problem? Please describe.** I need only to run tests with one CMD. **Describe the solution you'd like** I would like to move this:...

Let our test asset contains several test suites. By some reason we need to use separeted baseline images folder for each suite. We know the folder name should be set...

![image](https://user-images.githubusercontent.com/48047242/109770315-79368500-7c0c-11eb-9ea6-020a3bc04050.png)

It would be nice to have Unit Tests developed for the purpose of ensuring that when PRs are done that the PR doesn't break any of the features already available...

I am unable to capture individual elements with 'Capture Element'. The same element from the same html page can be captured on an associate's machine. Robotframework, robotframework robot-eyes, and selenium...

"Eyes" in testing indicates support for Applitools and this is using ImageMagick. Would you mind changing to something else like "PixelComparison"?

An attempt to move all the code from init.py to relevant files and make it easier to understand the code. Also lay the foundations of adding tests for everything

'visualReport.html' is not generated if 'Comapre Single Image' and 'Comapre Images' are executed from the same testcase file. Steps to reproduce the behavior: Pass below params ![image](https://github.com/jessezach/RobotEyes/assets/59721594/6982f2c3-99c0-40c3-a616-4eba871cf3ad) Issue- ![image](https://github.com/jessezach/RobotEyes/assets/59721594/c814663b-67b9-40ba-853f-c19635e108a1) **Expected...

**Describe the bug** Using `Compare Two Images` keyword, when the `make_non_web_test_table` tries to find txt files by looking into jpeg files, it throws `FileNotFoundError` since no file for that name...