Closed
Description
I received a request by email.
I am using Selenium 3.0.1 for Powershell to retrieve a table from my server,
I have have a issue where what I get back is Space delimited but the data may also have a space.
I Have tried:
"Find-SeElement -Driver $Driver -id 'players
$Driver.FindElementById('players')
Both return the data but in space delimited text.
Is there a better way to get this data?
I have uploaded Screen shots if you need them.
Warm Regards,