Releases: qahive/robotframework-puppeteer
Releases · qahive/robotframework-puppeteer
Support file upload and download for all browsers
Add support file handler (#76) * Add download files for chrome * Support linux path sep * add file upload
Hot fix screenshot path incorrect when set screenshot directory
v2.1.7 Fix screenshot path issue when set screenshot directory (#74)
Add support download file for Playwright
- Add support download file keywords for Playwright
- This version will not support on Puppeteer yet
Hot fix chrome not support click by coordinate
v2.1.5 Fixed chrome puppeteer click by coordinate (#72)
Hot fix update get text and log msg
- Update get text same as selenium
- Add log file for input text and goto url keywords
Hot fix browser count exception if new title page load too slow
- Fix keyword
Wait for new browser open
Hot fix click keywords and support skip verify after validation
- Fix missing webkit wait for fading
- Add skip verify after click
- Fix missing click link, button and image keywords
- Update playwright to 0.152.0
Hot fix Get Text and Get Value keywords support iframe
Hot fix get text and get value under iframe element (#61) * Update default click and type for support iframe * Update select and evaluate to support iframe * Fix get value and get text * Fix dropdown
Add support selenium keywords (Element and Browser keywords)
- Add keyword 'Press Keys'
- Add keyword 'get_element_count'
- Add keyword 'Get Element Attribute'
- Add keyword 'Get Selected List Label'
- Add keyword 'Get Selected List Value'
- Add keyword 'Click Element At Coordinate'
- Add keywords related to 'Checkbox'
- Add keyword 'Delete All Cookies'
- Add keyword 'Close Window'
- Add keyword 'Get Window Count'
- Add keyword 'Scroll Element Into View'
- Add keyword 'Set Screenshot Directory'
Add support capture full page screenshot
- Add fullPage option into keyword Capture Page Screenshot