Web Automation

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 7 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
John.McCallister
Posts: 26
Last visit: Tue Jul 09, 2019 9:28 am

Re: Web Automation

Post by John.McCallister »

So..

Basically I built a new array... Seems to be getting me on the right track.

$NewArray = $RawInputs -split ' '
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Web Automation

Post by jvierra »

$newarray - split "`n"

Remember that I don't have your results so all I can do is guess.
User avatar
John.McCallister
Posts: 26
Last visit: Tue Jul 09, 2019 9:28 am

Re: Web Automation

Post by John.McCallister »

Understood... I ended up doing something similar.

Then wrote a function to search that resulting array for my variables.

So now all I have to do is Get-PostData -postDataSearch 'self.domainId'
This topic is 7 years and 1 month old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked