Skip to content

Version 3.1.11

Compare
Choose a tag to compare
@raczeja raczeja released this 04 Apr 08:28
· 998 commits to master since this release
9ab59aa

Adding specified path to the directory containing drivers in app.config: pathToChromeDriverDirectory, PathToFirefoxDriverDirectory, PathToInternetExplorerDriverDirectory, PathToEdgeDriverDirectory, fixes #98, more details here

Added method CutOutScreenShot, Cut out the screen shot by giving locationX, locationY, elementWidth, elementHeight

Breaking change:

Removed browser type FirefoxPortable and setting ChromePath, use ChromeBrowserExecutableLocation,FireFoxBrowserExecutableLocation from app.config instead

Removed UseDefaultFirefoxProfile flag, use only PathToFirefoxProfile instead