-
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.
- Loading branch information
=
committed
Apr 25, 2021
1 parent
fc05d11
commit 943074b
Showing
5 changed files
with
82 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
package sell; | ||
|
||
public class SellPageLocators { | ||
public static final String WebElementListAnItem="//*[@id=\"TOPINVITATION\"]/div/div/div[2]"; | ||
public static final String WebElementSearchBar="//*[@id=\"s0-0-0-30-13-keyword-box-input-textbox\"]"; | ||
} | ||
public static final String WebElementListAnItem = "//*[@id=\"TOPINVITATION\"]/div/div/div[2]"; | ||
public static final String WebElementSearchBar = "//*[@id=\"s0-0-0-30-13-keyword-box-input-textbox\"]"; | ||
public static final String WebElementSellCategories = "//*[@id=\"LANDINGPAGES\"]/div"; | ||
public static final String WebElementLearnMoreSell = "//*[@id=\"BUSINESS\"]/div/div/div[1]/a"; | ||
public static final String WebElementLearnMoreSellPicture = "//*[@id=\"mainContent\"]/div/section[1]/img"; | ||
public static final String WebElementSellStories = "/html/body/div[2]/div[1]/div/div/div[2]/ul/li[3]/a"; | ||
public static final String WebElementSeller = "//*[@id=\"s0-0-0-26-10-3-list\"]/li[3]/div"; | ||
public static final String WebElementSellerStoryText = "//*[@id=\"SELLER-STORIES\"]/div[2]/div/div[2]/div[3]/div/div[1]}"; | ||
} |
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 +1 @@ | ||
URL="https://www.ebay.com/sl/prelist/suggest" | ||
URL="https://www.ebay.com/sl/sell" |
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