Commit 110f36b PeterNgTr
committed
1 parent dc0e907 commit 110f36b Copy full SHA for 110f36b
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ module.exports = (config) => {
113
113
} ) ;
114
114
115
115
this . _getSessionId = function ( ) {
116
- if ( helper . WebDriver ) {
117
- return helper . WebDriver . browser . sessionId ;
116
+ if ( helper . helpers . WebDriver ) {
117
+ return helper . helpers . WebDriver . browser . sessionId ;
118
118
}
119
- if ( helper . Appium ) {
120
- return helper . Appium . browser . sessionId ;
119
+ if ( helper . helpers . Appium ) {
120
+ return helper . helpers . Appium . browser . sessionId ;
121
121
}
122
122
throw new Error ( 'No matching helper found. Supported helpers: WebDriver/Appium' ) ;
123
123
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codeceptjs-bshelper" ,
3
- "version" : " 3.0.1 " ,
3
+ "version" : " 3.0.2 " ,
4
4
"description" : " Browserstack Result Publisher for Codecept JS tests" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments