froth-webdriverio-framework 2.0.35 → 2.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,5 +86,6 @@ module.exports = {
86
86
  storevalue,
87
87
  storeattributevalue,
88
88
  scrollIntoView,
89
- api
89
+ api,
90
+ selectDropDownValue
90
91
  };
@@ -1,5 +1,5 @@
1
1
 
2
- async function callapi(method,api_url, queryParams, payloaddetails,authentication,headers) {
2
+ async function callapi(method,api_url, queryParams, payloaddetails,authentication,headers,attachments) {
3
3
  let response;
4
4
  if (queryParams && Object.keys(queryParams).length > 0) {
5
5
  const queryParams = new URLSearchParams(queryParams).toString();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "2.0.35",
3
+ "version": "2.0.37",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",