Toniiiio / SteveAI

0 stars 0 forks source link

AJOF - Need button #14

Open Toniiiio opened 3 years ago

Toniiiio commented 3 years ago

amazon.jobs

image

Difficult, because it does not have any job related on the button, could try something along:

xp <- "//button[contains(@class, 'search') and //*[contains(text(), 'Stellensuche')]]" xx <- ses$findElements(xpath = xp) xx[[1]]$getAttribute(name = "class")

Similar for: https://absolut-personal.de/jobs/ button+tolower(stellenportal)

https://bbrauncareers-bbraun.icims.com/jobs/intro?hashed=-435686691&mobile=false&width=908&height=500&bga=true&needsRedirect=false&jan1offset=60&jun1offset=120 --> input + value:Search + JobListings

button Text Suchen + url = job-search

https://careers.bcg.com/discover ....

https://atlastitan.de/karriere/ include all children as well as candidates not sure it covers the input or if i have to seperate it. inputs cant have children? https://stackoverflow.com/questions/66481300/xpath-in-r-for-element-that-contains-target-text-itself-or-in-any-of-their-child xp <- "//[(self::button or self::input)] //parent:://*[contains(text(), 'Jobs Anzeigen')]"

https://bmsperformance.com/candidates/

//button[includes(text(), 'Go')] and is a general job page: here //*[text(), 'Search our Jobs']

https://www.bpretailjobs.co.uk/home/

input[@type = 'submit']
Jobsite -> here: //*[contains(text(), 'Find a job') or contains(text(), 'Search and apply')]
Toniiiio commented 3 years ago

https://www.bankpower.de/stellenboerse/aktuelle-jobangebote/

image

Button text --> Ergebnisse anzeigen

Toniiiio commented 3 years ago

https://global.abb/group/en/careers image

Toniiiio commented 3 years ago

https://karriere.aldi-sued.de/jobsuche image

Does not render, see https://github.com/Toniiiio/SteveAI/issues/25#issuecomment-790776903

Toniiiio commented 3 years ago

https://absolut-personal.de/jobs/ image

Toniiiio commented 3 years ago

image https://bbrauncareers-bbraun.icims.com/jobs/intro?hashed=-435686691&mobile=false&width=908&height=500&bga=true&needsRedirect=false&jan1offset=60&jun1offset=120

Toniiiio commented 3 years ago

image https://careers.amplifon.com/en urls[103]

Toniiiio commented 3 years ago

image https://job-search.astrazeneca.de/ urls %>% grepl(pattern = "astrazeneca")

Toniiiio commented 3 years ago

image https://atlastitan.de/karriere/

Toniiiio commented 3 years ago

image

https://jobs.atsautomation.com/?locale=de_DE

Toniiiio commented 3 years ago

image https://www.avjs-gruppe.de/

Toniiiio commented 3 years ago

image

https://careers.bcg.com/discover

Toniiiio commented 3 years ago

image https://jobs.beeline-group.com/

Toniiiio commented 3 years ago

image https://www.bt.com/careers

Toniiiio commented 3 years ago

image https://worldwidecareers-bruker.icims.com/jobs/intro?hashed=-435767630&mobile=false&width=940&height=500&bga=true&needsRedirect=false&jan1offset=60&jun1offset=120

Toniiiio commented 3 years ago

image https://careers.cevalogistics.com/DACH/?locale=de_DE

Toniiiio commented 3 years ago

global.abb has cookies that have to be accepted first. image

Toniiiio commented 3 years ago

has to insert text first:

image

"https://www.bt.com/careers"

Toniiiio commented 3 years ago

false positive matches

input.search could be all kind of search and is therefore left out. There has to be something more job related.

Triggering the buttons

Toniiiio commented 3 years ago

url <- "https://www.aok.de"