ContributionsMost RecentMost LikesSolutionsRe: Automating the process to get access tokenWe have /token api but we need to pass Auth code in the request to this api which is generated once the login is successful.Re: Automating the process to get access tokenHi, I am making a rest call to authorization server which redirects to the Web login page. We need to provide the credentials and once the login is successful, we get the actress tokens.Re: Automating the process to get access tokenThanks Aaron. But it opens a web login page in soapui. I need to provide the credentials. Right now I am providing manually. I tried to automate using js but it didn't work. Do you have any other workarounds for this?Re: Automating the process to get access tokenNo, I have already tried this. But I could not enter the credentials using this method.Re: Automating the process to get access tokenI have already tried this. But I could only enter username. Once I click on the next button to enter password, again it asks me to enter username. I am not able to click on next button using js. Is there any other way to enter credentials.Re: Automating the process to get access tokenIt opens a web login page and we need to enter the credentials. So far I am entering the data manually. Could not automate this step. Do you have any idea on this?Automating the process to get access tokenI am working on a soap automation project on which I need access token. We have to click on "Auth" tab 2. Click on "Get Access Token" 3. Click on "Get Access Token" again 4. Wait for SoapUI Browser to open to manually enter in the data and click "Login to Application " From there we now can run all the Requests solution for the Automation section in the "Get Access Token" section > Automation... Button where you can put a page 1 or page 2 script. (none of the online examples worked for Salesforce) or or b. A Groovy way to do the above or c. To Generalize - we don't want to have to manually do the above 1-4 steps Please suggest me how to automate the above 1-4 steps.