Can someone tell me how to copy the content from browser and paste into PPT.
Hello @Saroj_Sharma , Welcome to the community.
Please use Get Text Activity, Copy to Clipboard, Set to Clipboard activities.
Obviously, you have to add the steps to open PowerPoint using open application and have a new slide added before you can click on it and paste the text from the clipboard.
Something like this:
Open Powerpoint PPT using Open Application
Add new slide (hot keys would be one way)
Open Browser and navigate to site
Use Get Text to fetch text to string
Use Set to Clipboard to copy string to clipboard
Click on slide in Power point and hotkey ctrl+v to paste the text you set to the clipboard
Save PPT
I suspect he wants more than just text. Probably wants images, formatting etc.
The best way to do this would be have the bot perform these actions from PowerPoint to import the HTML file. If necessary, the bot could first save the HTML file locally.