ashot
ashot copied to clipboard
not working in Selenium 3.6
Just tried this with:
- AShot 1.5.4
- Selenium 3.6.0
- Chrome 63
Taking shots of elements, screenshots are way off - different parts of the screen.
It's my first time working with screenshots. I got here from https://stackoverflow.com/a/33446432/3124333 Using the accepted answer in that same question (https://stackoverflow.com/a/13834607/3124333), results in the same (wrong) screenshot. So at this point I have to assume the problem is on my end.
Chrome is definitely calculating the position of the element differently. I found these discussions on SO: https://stackoverflow.com/q/24862779/3124333 and https://stackoverflow.com/q/37882208/3124333 and I can confirm their findings. I just cannot find a workable solution.