HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
350 stars 53 forks source link

xpath with wait_for_element #57

Open VelikiiNehochuha opened 5 years ago

VelikiiNehochuha commented 5 years ago

Is it possible use xpath selector with join_the_queue = await session.wait_for_element(5, '//div[contains(text(), \"text\")]')

VelikiiNehochuha commented 5 years ago

I've done pull request, please check if you have free time https://github.com/HDE/arsenic/pull/58

VelikiiNehochuha commented 5 years ago

Duplicate of #22