We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f189d commit a597349Copy full SHA for a597349
tests/downloads/test_add_zip_type.py
@@ -26,8 +26,7 @@ def delete_files_regex_string():
26
def temp_selectors():
27
return {
28
"github-code-button": {
29
- "selectorData": "/html/body/div[1]/div[4]/div/main/turbo-frame/div/div/div/div/div["
30
- "1]/react-partial/div/div/div[2]/div[2]/button",
+ "selectorData": "//span[@class='prc-Button-Label-pTQ3x' and text()='Code']",
31
"strategy": "xpath",
32
"groups": [],
33
},
0 commit comments