| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 599983a commit 81013fc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ export abstract class PageObjectBaseModel { | |||
| 8 | 8 | ||
| 9 | 9 | constructor(protected _driver: AppiumDriver, protected _naviagtionLinks: Array<string>, elementCacheStrategy: ElementCacheStrategy = ElementCacheStrategy.none) { | |
| 10 | 10 | this.navigationHelper = new NavigationHelper(this._driver, this._naviagtionLinks, elementCacheStrategy); | |
| 11 | - this._driver.imageHelper.options.overwriteActualImage = process.env["OVERWRITE_ACTUALIMAGE"] === 'true'; | ||
| 11 | + this._driver.imageHelper.options.overwriteActualImage = process.env["OVERWRITE_ACTUALIMAGE"] === "true"; | ||
| 12 | 12 | this._driver.imageHelper.options.waitBeforeCreatingInitialImageCapture = +process.env["WAIT_BEFORE_CREATING_INITIAL_IMAGE_CAPTURE"] || 9000; | |
| 13 | 13 | this._driver.imageHelper.options.keepOriginalImageSize = false; | |
| 14 | 14 | this._driver.imageHelper.options.tolerance = 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments