|
86 | 86 | <div data-md-component="skip">
|
87 | 87 |
|
88 | 88 |
|
89 |
| - <a href="#using-seleniumbasecommon-methods" class="md-skip"> |
| 89 | + <a href="#seleniumbasecommon-decorators-and-security" class="md-skip"> |
90 | 90 | Skip to content
|
91 | 91 | </a>
|
92 | 92 |
|
|
1979 | 1979 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
1980 | 1980 |
|
1981 | 1981 | <li class="md-nav__item">
|
1982 |
| - <a href="#using-seleniumbasecommon-methods" class="md-nav__link"> |
| 1982 | + <a href="#seleniumbasecommon-decorators-and-security" class="md-nav__link"> |
1983 | 1983 | <span class="md-ellipsis">
|
1984 |
| - Using seleniumbase/common methods. |
| 1984 | + seleniumbase/common decorators and security. |
1985 | 1985 | </span>
|
1986 | 1986 | </a>
|
1987 | 1987 |
|
1988 |
| - <nav class="md-nav" aria-label="Using seleniumbase/common methods."> |
| 1988 | + <nav class="md-nav" aria-label="seleniumbase/common decorators and security."> |
1989 | 1989 | <ul class="md-nav__list">
|
1990 | 1990 |
|
1991 | 1991 | <li class="md-nav__item">
|
|
2610 | 2610 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
2611 | 2611 |
|
2612 | 2612 | <li class="md-nav__item">
|
2613 |
| - <a href="#using-seleniumbasecommon-methods" class="md-nav__link"> |
| 2613 | + <a href="#seleniumbasecommon-decorators-and-security" class="md-nav__link"> |
2614 | 2614 | <span class="md-ellipsis">
|
2615 |
| - Using seleniumbase/common methods. |
| 2615 | + seleniumbase/common decorators and security. |
2616 | 2616 | </span>
|
2617 | 2617 | </a>
|
2618 | 2618 |
|
2619 |
| - <nav class="md-nav" aria-label="Using seleniumbase/common methods."> |
| 2619 | + <nav class="md-nav" aria-label="seleniumbase/common decorators and security."> |
2620 | 2620 | <ul class="md-nav__list">
|
2621 | 2621 |
|
2622 | 2622 | <li class="md-nav__item">
|
@@ -2700,7 +2700,7 @@ <h1>🔐 Decorators / Security</h1>
|
2700 | 2700 |
|
2701 | 2701 | <!-- SeleniumBase Docs -->
|
2702 | 2702 |
|
2703 |
| -<h2 id="using-seleniumbasecommon-methods">Using <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common">seleniumbase/common</a> methods.<a class="headerlink" href="#using-seleniumbasecommon-methods" title="Permanent link">¶</a></h2> |
| 2703 | +<h2 id="seleniumbasecommon-decorators-and-security"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common">seleniumbase/common</a> decorators and security.<a class="headerlink" href="#seleniumbasecommon-decorators-and-security" title="Permanent link">¶</a></h2> |
2704 | 2704 | <h3 id="part-1-decorators-from-decoratorspy">Part 1: Decorators - (from <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common/decorators.py">decorators.py</a>)<a class="headerlink" href="#part-1-decorators-from-decoratorspy" title="Permanent link">¶</a></h3>
|
2705 | 2705 | <h4 id="use-these-python-decorators-with-your-test-methods-as-needed">Use these Python decorators with your test methods as needed<a class="headerlink" href="#use-these-python-decorators-with-your-test-methods-as-needed" title="Permanent link">¶</a></h4>
|
2706 | 2706 | <ul>
|
|
0 commit comments