Selenium finds object that is interactible but says otherwise
dn
PythonList at DancesWithMice.info
Sat Feb 6 14:55:27 EST 2021
On 07/02/2021 08.21, Philipp Daher via Python-list wrote:
> Hello,
>
>
> I recently programmed some code for a webdriver with selenium.
> I asked the program to find an input tag, which is interactible, with this:
> searchbar=driver.find_element_by_class_name("ut-player-search-control--input-container")
>
> then i ask it to send keys, which has worked before too. But this is the
> message I get.
> And yes, i have checked, the input tag is the only tag with that class
> name, so there isn´t another tag which selenium could´ve interacted with.
This mailing list strips many attachments. Please copy-paste.
First step is to check the target HTML-page to ensure it does actually
have a class of that name.
Whilst used by many CSS-tools, is the double-dash/hyphen intended?
--
Regards,
=dn
More information about the Python-list
mailing list