wbm button
This commit is contained in:
parent
287b1b154f
commit
357dd32caa
1 changed files with 1 additions and 1 deletions
|
|
@ -92,8 +92,8 @@ class WBMHandler(BaseHandler):
|
|||
# Look for application button on detail page
|
||||
logger.info("[WBM] Looking for application button on detail page...")
|
||||
selectors = [
|
||||
'button.btn.btn-primary[type="submit"]', # The actual form submit button
|
||||
'button:has-text("Anfrage absenden")',
|
||||
'a:has-text("Anfrage absenden")',
|
||||
'a[href*="expose-anfordern"]',
|
||||
'a[href*="bewerben"]',
|
||||
'a:has-text("Anfragen")',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue