Question 26:
You are asked to create a WLST script to make live updates to a domain that has its administration server running. You want your script to mimic the actions of a WebLogic administrator by using the administration console and clicking the "Lock and Edit" button. What commands would accomplish this?
Answer options:
A. edit() followed by startEdit() B. lockDomain() followed by edit() C. domainConfig() followed by cd(‘Edit’) D. getLock(0) followed by edit() E. clearPending() followed by lockDomain() F. lockDomain() followed by editDomain()