File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Framework/Built_In_Automation/Sequential_Actions Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3932,7 +3932,7 @@ def random_email_generator(data_set):
39323932
39333933 """
39343934 usage: This action allows you to create random email
3935- dataset : random email generator | common action | email
3935+ dataset : random email generator | common action | var_name
39363936 return : email address in string
39373937 note: email will be the variable name to store
39383938 """
@@ -3966,7 +3966,8 @@ def random_email_read(data_set):
39663966 usage: This action allows you to read email which are created using our random email generator action
39673967 dataset :
39683968 address | input parameter | address
3969- random email read | common action | result
3969+ wait | optional parameter| 10
3970+ random email read | common action | var_name
39703971
39713972 return : return a dictionary which has one key(email)-value(list of emails)
39723973 note: address is the random email ,result will be the variable name to store
You can’t perform that action at this time.
0 commit comments