issues
search
eyasuyuki
/
keydriver
Keyword driven "like" testing tool
MIT License
4
stars
0
forks
source link
add Element screenshot, Full screenshot
#9
Closed
eyasuyuki
closed
1 year ago
eyasuyuki
commented
2 years ago
full screenshot: java.awt.Robot#createScreenCapture
eyasuyuki
commented
1 year ago
window capture
driver.manage().window().getPosition()
driver.manage().window().getSize()
element capture
element.getRect()
eyasuyuki
commented
1 year ago
text[fullscreen]: full-screen
element selector: element
rect[x:y:w:h]: rectangle
default or no argument: window
eyasuyuki
commented
1 year ago
36
full screenshot: java.awt.Robot#createScreenCapture