coffeeinabit 0.0.17 → 0.0.18
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.
- package/linkedin_automation.js +2 -2
- package/package.json +1 -1
package/linkedin_automation.js
CHANGED
|
@@ -865,7 +865,7 @@ export class LinkedInAutomation {
|
|
|
865
865
|
await this.enablePerformanceMode();
|
|
866
866
|
this.page = await this.context.newPage();
|
|
867
867
|
resetHumanMouseState();
|
|
868
|
-
await this.installCursorHighlight();
|
|
868
|
+
// await this.installCursorHighlight();
|
|
869
869
|
|
|
870
870
|
console.log('[LinkedInAutomation] Checking if user is already authenticated...');
|
|
871
871
|
|
|
@@ -913,7 +913,7 @@ export class LinkedInAutomation {
|
|
|
913
913
|
await this.enablePerformanceMode();
|
|
914
914
|
this.page = await this.context.newPage();
|
|
915
915
|
resetHumanMouseState();
|
|
916
|
-
await this.installCursorHighlight();
|
|
916
|
+
// await this.installCursorHighlight();
|
|
917
917
|
|
|
918
918
|
await safeGoto(this.page, currentUrl, {
|
|
919
919
|
waitUntil: 'domcontentloaded',
|