I am trying to use a webapp clock vs. my system clock to trigger events. I want to scrape the value of the webapp clock (serverClock).
The source code for the page contains:
<p class="server_time">
<span class="serverTime">Today's date is: <b>Thursday 12/15/2022</b></span>
<span class="serverClock"><span>The Server Time is: <b class="jquery_server_clock" data-
ftclub="canyonoakscc"></b></span>
</p>