PR - Fix extract_text_from_element()and find_element*() to find_element() - #6438
Conversation
Signed-off-by: elulcao <elulcao@icloud.com>
Signed-off-by: elulcao <elulcao@icloud.com>
Signed-off-by: elulcao <elulcao@icloud.com>
Signed-off-by: elulcao <elulcao@icloud.com>
|
Hi @breuerfelix |
|
@breuerfelix we need your verification !! |
|
Hi @breuerfelix, |
|
after that mayor change to way to use By from selenium.webdriver.common.by the error i have is that: i think that my webdriver is too old for use By .... i'm using now geckodriver in 64bit version 0.30.0 what is right version of geckodriver i must use ? |
…element()` (InstaPy#6438) * Updated getUserData() and find_element* Signed-off-by: elulcao <elulcao@icloud.com> Thanks @breuerfelix for reviewing, 🚀 People in this thread please let me know if something is not OK, IG changed a lot these days. 🤗 @her
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Do not include any personal data.
Fixes # (issue)
#6352
*is_private_profile() when sometimes NoneType is returned
extract_text_from_element()for non-username elements.is_private_profile()when 'NoneType' object is not subscriptablefind_element*()tofind_element()find_element()How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Checklist:
black -t py34