I'm hoping someone can help me with my ChromeFindElements> line below. I can't get MS to find/create a valid array.
My goal is to get the text to the right of Legal Description and Mailing Address.
Any help appreciated!
Let>CHROMEDRIVER_EXE=%SCRIPT_DIR%\chromedriver.exe
ChromeStart>session_id
ChromeNavigate>session_id,url,https://ssc.sedgwickcounty.org/property ... n=30012992
ChromeFindElements>session_id,class name,td,res
Trouble Finding Correct Element
Moderators: JRL, Dorian (MJT support)
-
- Macro Veteran
- Posts: 260
- Joined: Fri Apr 15, 2005 8:32 am
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
-
- Macro Veteran
- Posts: 260
- Joined: Fri Apr 15, 2005 8:32 am
Re: Trouble Finding Correct Element
I think I figured it out.
ChromeFindElements>session_id,tagName,tbody,res
ChromeGetElementData>session_id,res_1,text,theText
Then I have to filter the data from "theText."
To access the site, one must navigate to the URL and click "I accept the terms" or somesuch.
ChromeFindElements>session_id,tagName,tbody,res
ChromeGetElementData>session_id,res_1,text,theText
Then I have to filter the data from "theText."
To access the site, one must navigate to the URL and click "I accept the terms" or somesuch.
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
Re: Trouble Finding Correct Element
The host wasn't even resolving for me.
-
- Macro Veteran
- Posts: 260
- Joined: Fri Apr 15, 2005 8:32 am
Re: Trouble Finding Correct Element
Weird. I saw a message earlier today about website maintenance. Maybe that's why.
Ty for looking though!
Ty for looking though!
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
Re: Trouble Finding Correct Element
I tried again out of curiosity. It's still inaccessible for me. Maybe they block out-of-area (UK) IPs.
-
- Macro Veteran
- Posts: 260
- Joined: Fri Apr 15, 2005 8:32 am
Re: Trouble Finding Correct Element
Good to know! Thanks for sharing that. I didn't realize it was a thing.