File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/browser/windows/ProjectEditor/tabs/Tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @seleniumhq/selenium-ide" ,
3
- "version" : " 4.0.0-alpha.43 " ,
3
+ "version" : " 4.0.0-alpha.44 " ,
4
4
"private" : true ,
5
5
"description" : " Selenium IDE electron app" ,
6
6
"author" :
" Todd <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const CommandEditor: FC<CommandEditorProps> = ({
61
61
< CommandTextField
62
62
command = { correctedCommand }
63
63
{ ...props }
64
- fieldName = "newWindowHandle "
64
+ fieldName = "windowHandleName "
65
65
note = "Variable name to set to the new window handle"
66
66
/>
67
67
) }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export interface CommandArgFieldProps extends CommandEditorProps {
16
16
}
17
17
18
18
export interface CommandFieldProps extends CommandEditorProps {
19
- fieldName : 'comment' | 'newWindowHandle ' | LocatorFields
19
+ fieldName : 'comment' | 'windowHandleName ' | LocatorFields
20
20
note ?: string
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments