Issues
- 0
DOCS: fix code example into extension HOW-TO
#554 opened by roman-isakov - 0
- 0
smarter default config.selector_to_by_strategy inspired by some playwright legacy locators
#550 opened by yashaka - 6
consider pydantic style of PageObjects | opinionated POM implementation in Selene
#505 opened by yashaka - 0
consider renaming Condition `test` param to `match` for consistency with Match
#549 opened by yashaka - 0
Screenshots and page source saved erroneously with save_screenshot_on_failure and save_page_source_on_failure even on success
#548 opened by PyGenych - 1
bug: value_containing() missing 1 required positional argument: 'expected' in case of collections negating for each
#547 opened by roman-isakov - 1
- 1
ignore_case + regex support in have.value & co
#537 opened by yashaka - 0
Consider making configurable the "filtering collection for visibility" in values condition
#545 opened by yashaka - 0
should we keep be._empty as 4-in-1 condition and correspondingly remove its experimental _ prefix?
#544 opened by yashaka - 2
- 0
TEST: condition__element__have_text_test.py
#543 opened by yashaka - 1
refactor to new style and rename all conditions inside match.py so match can be fully used instead be + have
#530 opened by yashaka - 0
- 0
Fix PyCharm 'Property each of selene.core.condition.Condition' type resolution for collections
#541 opened by roman-isakov - 2
consider renaming have.js_property to have.property
#538 opened by yashaka - 0
- 2
regex matched version of have.text & co
#529 opened by yashaka - 1
fix have.no.attribute('id').value('name') to work same as have.attribute('id').value('name').not_
#536 opened by yashaka - 1
- 0
should we help users do not shoot their legs when using browser.all(selector) in for loops?
#534 opened by yashaka - 0
get element from collection by number starting from 1 over by index starting from 0
#533 opened by yashaka - 0
- 0
- 1
The files in the /root/.selene/screenshots path are getting larger and larger
#503 opened by zhupengfarmer - 2
- 0
consider adding query.frame_context
#523 opened by yashaka - 0
consider arguments to command.js.scroll_into_view same or similar to pure js command ones
#521 opened by yashaka - 0
- 0
try to utilize Unpack from typing-extensions to type hint kwargs options in entity.with_(**options)
#517 opened by yashaka - 0
update pylint to latest & ensure linting passes
#516 opened by yashaka - 3
- 0
should we make entity.execute_script(js) to return self? especially on element?
#514 opened by yashaka - 1
Change error message thrown by Waiter methods to exclude selenium stacktrace from message
#513 opened by jacekziembla - 0
consider custom pause in source.perform(command.drag_and_drop(destination, puase=HERE))
#511 opened by yashaka - 8
- 5
consider browser.perform(action_chains_object)
#510 opened by yashaka - 1
Need to upload and download methods, such as executing selene+selenoid not on the same server
#504 opened by zhupengfarmer - 6
- 3
Automatic driver management , need config to install and setup driver for local
#501 opened by zhupengfarmer - 2
ModuleNotFoundError: No module named 'webdriver_manager.core.os' on v 2.0.0rc2
#499 opened by dimaklepikov - 2
- 0
setting request headers in selene
#497 opened by zhupengfarmer - 1
- 2
- 1
redirection by links does not work
#493 opened by zhuzepa - 2
cannot import name 'ChromeType' from 'webdriver_manager.core.utils' (/Users/andrii/PycharmProjects/automation/venv/lib/python3.10/site-packages/webdriver_manager/core/utils.py) ../../venv/lib/python3.10/site-packages/selene/core/configuration.py:70: ImportError
#490 opened by AndrewPriadka - 0
- 0
Condition have.no.attribute('name').value_containing('part-value') causes TypeError
#486 opened by maxim-zaitsev