I’m trying to use th RPA.Images.Get Pixel Color In Image keyword
I’m getting an error :
[FAIL INSIDE] TypeError: Point.init() missing 1 required positional argument: ‘y’
When I use this robotframework code :
${Color1}= RPA.Images.Get Pixel Color In Image ${OUTPUT DIR}${/}selenium-element-screenshot-1.png 0
And I get the error :
[FAIL INSIDE] AttributeError: ‘str’ object has no attribute ‘getpixel’
when I use this code :
${Color1}= RPA.Images.Get Pixel Color In Image ${OUTPUT DIR}${/}selenium-element-screenshot-1.png 0, 0
expecting to get the rgb value
H LARIBI is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.