Skip to content

Commit

Permalink
Deployed add8382 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 0d72469 commit a3f9349
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 261 deletions.
4 changes: 2 additions & 2 deletions in-app-manual/scraping/scraperdevelopment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4797,7 +4797,7 @@ <h3 id="cdp-click-support">CDP Click support<a class="headerlink" href="#cdp-cli
<span class="w"> </span><span class="nt">sceneScraper</span><span class="p">:</span>
<span class="w"> </span><span class="nt">scene</span><span class="p">:</span>
<span class="w"> </span><span class="nt">Title</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">//head/title</span>
<span class="w"> </span><span class="nt">Details</span><span class="p">:</span><span class="w"> </span><span class="c1"># shows the id/s of the the visible div/s for the Multiple targets example of the page</span>
<span class="w"> </span><span class="nt">Details</span><span class="p">:</span><span class="w"> </span><span class="c1"># shows the id/s of the visible div/s for the Multiple targets example of the page</span>
<span class="w"> </span><span class="nt">selector</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">//div[@class=&quot;bd-example&quot;]//div[@class=&quot;multi-collapse collapse show&quot;]/@id</span>
<span class="w"> </span><span class="nt">concat</span><span class="p">:</span><span class="w"> </span><span class="s">&quot;\n\n&quot;</span>

Expand Down Expand Up @@ -4901,7 +4901,7 @@ <h3 id="cookie-support">Cookie support<a class="headerlink" href="#cookie-suppor
<h3 id="headers">Headers<a class="headerlink" href="#headers" title="Permanent link">&para;</a></h3>
<p>Sending request headers is possible when using a scraper.
Headers can be set in the <code>driver</code> section and are supported for plain, CDP enabled and JSON scrapers.
They consist of a Key and a Value. If the the Key is empty or not defined then the header is ignored.</p>
They consist of a Key and a Value. If the Key is empty or not defined then the header is ignored.</p>
<div class="highlight"><pre><span></span><code><span class="nt">driver</span><span class="p">:</span>
<span class="w"> </span><span class="nt">headers</span><span class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">Key</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">User-Agent</span>
Expand Down
Loading

0 comments on commit a3f9349

Please sign in to comment.