You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…2522#2523#2530
- [x] fixed __init__.pyi file
- [x] removed deprecated Keywords `Get Element State` & `Execute Javascript`
- [x] fixed#2522 that clean_up of screenshots etc happens only once per robot run.
- [x] fixed#2513 list getters always shall return lists
- [x] removed support for direct values of `Fill Secret`, `Type Secret` and `httpCredentials` argument from `New Context` #2523
- [x] fixed New Context with recordVideo without size does not default to viewport. #2530
- [x] removed `videoSize` and `videoPath` arguments from `New Context` and `New Persistent Context`
- [x] fixed#2214 recordVideo with New Persistent Context
- [x] fixed#2215 New Persistent Context did not return Video Path
When reimporting Browser in robot, due to different import arguments, Browser executes the clean_up process during
start_suite
It shall only happen once for each robot run.
The text was updated successfully, but these errors were encountered: