-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from codeandtheory/playwright-support
Playwright support
- Loading branch information
Showing
61 changed files
with
487 additions
and
1,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...amework/aut/commons/AppUiObjectNames.java → ...amework/aut/commons/AppUiObjectNames.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.yml.framework.aut.commons; | ||
package com.ct.framework.aut.commons; | ||
|
||
public enum AppUiObjectNames { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ork/aut/commons/ApplicationConstants.java → ...ork/aut/commons/ApplicationConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ework/aut/commons/HomePageBottomTabs.java → ...ework/aut/commons/HomePageBottomTabs.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.yml.framework.aut.commons; | ||
package com.ct.framework.aut.commons; | ||
|
||
public enum HomePageBottomTabs { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/com/yml/framework/aut/pojo/Product.java → ...va/com/ct/framework/aut/pojo/Product.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.yml.framework.aut.pojo; | ||
package com.ct.framework.aut.pojo; | ||
|
||
import org.openqa.selenium.WebElement; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...java/com/yml/framework/aut/pojo/User.java → .../java/com/ct/framework/aut/pojo/User.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.yml.framework.aut.pojo; | ||
package com.ct.framework.aut.pojo; | ||
|
||
public class User { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../yml/framework/aut/rest/ApiEndPoints.java → ...m/ct/framework/aut/rest/ApiEndPoints.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.yml.framework.aut.rest; | ||
package com.ct.framework.aut.rest; | ||
|
||
public class ApiEndPoints { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...framework/aut/rest/ApiParamGenerator.java → ...framework/aut/rest/ApiParamGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../com/yml/framework/common/CommonUtil.java → ...a/com/ct/framework/common/CommonUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/com/yml/framework/common/Direction.java → ...va/com/ct/framework/common/Direction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.yml.framework.common; | ||
package com.ct.framework.common; | ||
|
||
public enum Direction { | ||
UP,DOWN,LEFT,RIGHT; | ||
|
2 changes: 1 addition & 1 deletion
2
...va/com/yml/framework/common/Platform.java → ...ava/com/ct/framework/common/Platform.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.yml.framework.common; | ||
package com.ct.framework.common; | ||
|
||
public class Platform { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...com/yml/framework/common/RequestUtil.java → .../com/ct/framework/common/RequestUtil.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../contracts/impl/web/WebDriverActions.java → .../contracts/impl/web/WebDriverActions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.