Search found 29 matches

by mnaeem
Tue Nov 22, 2022 7:45 pm
Forum: Technical / Scripting
Topic: Reading Json response from clipboard
Replies: 1
Views: 1963

Reading Json response from clipboard

Hello Great Minds, I am using PowerShell script and from PowerShell I am setting up a json content mentioned below in the clipboard, however when I try to fetch the content from the MS script it gives this JsonContent { "errorCode": 0, "accountFileInfo": "D:\\Data\\automation\\clientAccount.csv" } M...
by mnaeem
Thu Nov 17, 2022 8:03 pm
Forum: Technical / Scripting
Topic: Problem while reading Json from a text file
Replies: 2
Views: 1828

Re: Problem while reading Json from a text file

Thank you so much Marcus. It worked perfectly.
by mnaeem
Thu Nov 17, 2022 12:31 pm
Forum: Technical / Scripting
Topic: Problem while reading Json from a text file
Replies: 2
Views: 1828

Problem while reading Json from a text file

Hello Experts, I am facing a problem while reading Json. If you see the below line. I am able to successfully read the JSON content from a file into this variable TempFileContent , however when I am going to the 2nd line to parse below mentioned json it gives error Invalid character JSON String Read...
by mnaeem
Thu Oct 20, 2022 5:55 am
Forum: Technical / Scripting
Topic: Storing Chrome browser profile
Replies: 1
Views: 3087

Storing Chrome browser profile

Hello, Can someone please guide me that how can I store/save the chrome browser profile such as mentioned below items Cookies and any sort of files Directory structure All the history Anything which is created by the chrome browser while surfing Separately or in another path or user defined path and...
by mnaeem
Thu Oct 20, 2022 5:47 am
Forum: Technical / Scripting
Topic: Powershell script execution
Replies: 2
Views: 3440

Re: Powershell script execution

Hi Ocnuybear,

Such a great solution but I managed my issue by storing the file on the disk and reading it by the MS script.

So far it looks like it’s working fine.

Indeed the solution you suggested is great I will use it in my next step.

Appreciate your timely help.

Regards
by mnaeem
Tue Oct 18, 2022 12:35 pm
Forum: Technical / Scripting
Topic: Powershell script execution
Replies: 2
Views: 3440

Powershell script execution

Hello Great People, I want to call the PowerShell script and pass it some command line arguments and I want to receive the response from that PowerShell Script inside my MS Script. Please find the picture https://1drv.ms/u/s!AoNHROZr6p0Pkx3Ua-_ZJOGs0__B?e=xMxeLg . This is what I want to receive insi...
by mnaeem
Sun Oct 16, 2022 6:45 pm
Forum: Technical / Scripting
Topic: Unable to click the a href
Replies: 3
Views: 4229

Re: Unable to click the a href

Thanks it worked
by mnaeem
Fri Oct 14, 2022 7:28 pm
Forum: Technical / Scripting
Topic: Unable to click the a href
Replies: 3
Views: 4229

Unable to click the a href

Hello, Please see the uploaded picture at onedrive link below. I want to click the No, thanks! hyper link but I am unable to achieve it. Appreciate some help. https://1drv.ms/u/s!AoNHROZr6p0Pkxz3C5eqpbA6GhgT?e=9lW2z7 This is the code I am trying to execute. ChromeFindElements>session_id,xpath,//*[co...
by mnaeem
Tue May 17, 2022 8:40 pm
Forum: Beginners
Topic: Macro appearing multiple times in the macros list
Replies: 1
Views: 8272

Macro appearing multiple times in the macros list

Hello,
Can someone please guide me about what I am doing wrong. I created 1 macro but it is appearing multiple time in my macros list.

You can see the screenshot here
https://1drv.ms/u/s!AoNHROZr6p0Pkgq_K32 ... -?e=XqEo2Y

Thank
by mnaeem
Sat Oct 23, 2021 4:28 pm
Forum: Technical / Scripting
Topic: How to access chrome child window
Replies: 2
Views: 2580

How to access chrome child window

Hello, I am trying to access a child window, kindly see this picture https://1drv.ms/u/s!AoNHROZr6p0PkGLaWzgh2KuA8QrF?e=PzV0Z5 Actually there are 2 buttons which are hidden in previously shown picture. They are visible in this picture https://1drv.ms/u/s!AoNHROZr6p0PkGMcfP2rvpPsjgpe?e=tAfjQ5 I need ...
by mnaeem
Fri Oct 15, 2021 1:54 pm
Forum: Technical / Scripting
Topic: Returning value from VBScript function
Replies: 4
Views: 2493

Re: Returning value from VBScript function

I am trying to pass parameter value to the VB script function and get the output from function using VBEval command but seems the parameter value is not being passed.

Edit

Ok finally managed to make it work.
by mnaeem
Fri Oct 15, 2021 1:02 pm
Forum: Technical / Scripting
Topic: Returning value from VBScript function
Replies: 4
Views: 2493

Re: Returning value from VBScript function

Appreciate your support, your suggested solution worked, but I am facing strange problem and I am sure I am messing up things. This is the vbscript function I am wrestling with. VBSTART Function CheckIsValidPage(sourceString) Dim x Msgbox "Inside function " + sourceString If Len(sourceString)=0 Then...
by mnaeem
Thu Oct 14, 2021 11:17 pm
Forum: Technical / Scripting
Topic: How to control webpage popups
Replies: 2
Views: 2526

Re: How to control webpage popups

Yes Marcus it worked. Appreciate your help and support.
by mnaeem
Thu Oct 14, 2021 11:16 pm
Forum: Technical / Scripting
Topic: Returning value from VBScript function
Replies: 4
Views: 2493

Returning value from VBScript function

Hello, As per the documented instructions this below VBScript function is at the top of my script. VBSTART Function CheckIsValidPage(sourceString) Dim x CheckIsValidPage = "1" End Function VBEND Now in my script when I am executing these below mentioned 2 lines, I am not able to read the value which...
by mnaeem
Sat Oct 02, 2021 11:00 am
Forum: Technical / Scripting
Topic: How to control webpage popups
Replies: 2
Views: 2526

How to control webpage popups

Hello, At this onedrive url https://1drv.ms/u/s!AoNHROZr6p0PkGECpE4akB8a3Rjn?e=AeABU0 I have uploaded a screenshot of popups which appears when you visit a site. How can you control such popups I mean, I want to press No Thanks . How can I take action on the popup, I am not interested in using the t...
cron
Sign up to our newsletter for free automation tips, tricks & discounts