Student : Yash Ladha (@yashLadha)
Organisation : FOSSASIA
Project : Badgeyay as a complete service
Student : Yash Ladha (@yashLadha)
Organisation : FOSSASIA
Project : Badgeyay as a complete service
Steps to Follow:
git clone https://github.com/DevExpress/testcafe-browser-provider-browserstack.git
cd testcafe-browser-provider-browserstack
cd
into the project directory and install the package usingnpm install --save-dev "DevExpress/testcafe-browser-provider-browserstack#master"
package.json
and will build the package directly from github.Following changes are made to the browserstack provider:
An unknown server-side error occurred while processing the command.
Original error: Error Domain=com.facebook.WebDriverAgent Code=1 "Unsupported origin type
'{ ELEMENT = 5000; "element-6066-11e4-a52e-4f735466cecf" = 5000; }' is set for
'{ duration = 250; origin = { ELEMENT = 5000; "element-6066-11e4-a52e-4f735466cecf" = 5000; };
type = pointerMove; x = 0; y = 0; }' action item.
Supported origin types: ( pointer, viewport ) or an element instance"
UserInfo={NSLocalizedDescription=Unsupported origin type '{ ELEMENT = 5000; "element-6066-11e4-a52e-4f735466cecf" = 5000; }'
is set for '{ duration = 250; origin = { ELEMENT = 5000; "element-6066-11e4-a52e-4f735466cecf" = 5000; };
type = pointerMove; x = 0; y = 0; }' action item.
'use strict'; | |
const EventEmitter = require('events'); | |
class NativeLock extends EventEmitter { | |
lockState = new Map(); | |
constructor() { | |
super(); | |
this.on('lock', this.handleLockAquire); |