froth-webdriverio-framework 4.0.64 → 4.0.65

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.
@@ -4,10 +4,10 @@ const amendToBrowserstack = require("../froth_api_calls/browsersatckSessionInfo"
4
4
 
5
5
  async function callapi(methodtype, api_url, queryParams, payloaddetails, body_type, authentication, headersdetails, attachments) {
6
6
  let response;
7
- if (queryParams && Object.keys(queryParams).length > 0) {
8
- const queryString = new URLSearchParams(queryParams).toString();
9
- api_url += `?${queryString}`;
10
- }
7
+ // if (queryParams && Object.keys(queryParams).length > 0) {
8
+ // const queryString = new URLSearchParams(queryParams).toString();
9
+ // api_url += `?${queryString}`;
10
+ // }
11
11
  console.log("Final API URL:", api_url);
12
12
 
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "4.0.64",
3
+ "version": "4.0.65",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",