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 11{
22 "name" : " @seleniumhq/selenium-ide" ,
3- "version" : " 4.0.0-alpha.43 " ,
3+ "version" : " 4.0.0-alpha.44 " ,
44 "private" : true ,
55 "description" : " Selenium IDE electron app" ,
66 "author" :
" Todd <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const CommandEditor: FC<CommandEditorProps> = ({
6161 < CommandTextField
6262 command = { correctedCommand }
6363 { ...props }
64- fieldName = "newWindowHandle "
64+ fieldName = "windowHandleName "
6565 note = "Variable name to set to the new window handle"
6666 />
6767 ) }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export interface CommandArgFieldProps extends CommandEditorProps {
1616}
1717
1818export interface CommandFieldProps extends CommandEditorProps {
19- fieldName : 'comment' | 'newWindowHandle ' | LocatorFields
19+ fieldName : 'comment' | 'windowHandleName ' | LocatorFields
2020 note ?: string
2121}
2222
You can’t perform that action at this time.
0 commit comments