Mohab Mohie
Mohab Mohie
When I use this line of code with safari `Shutterbug.shootElement(driver, elementLocator, CaptureElement.VIEWPORT, true);` the result is the below exception whereas I chose a VIEWPORT image that should have no scrolling...
The full log is a large file and contains many details. It makes sense for it to be enabled via a flag to ensure better performance for most cases where...
https://github.com/titusfortner/selenium-logger
https://shaft-engine.slack.com/archives/CTWG4AA0P/p1684824944641779
Integrate flutter driver into the engine. https://github.com/appium-userland/appium-flutter-driver
need to capture more information upon test retry... video, network logs, console logs, and all other kinds of supporting evidence. need to put more effort into actually making the retry...
rather than calling webdriver with every consecutive webelement call (for the first time per element action) store objects in memory for future reuse, this should improve performance if multiple actions...
Investigate the ability to create a SHAFT_Engine slack integration that would report the status of a test run via an API call independent of where the tests are being executed....