Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/inner text html by selector #347

Merged
merged 10 commits into from
Aug 5, 2019
Merged

Conversation

ziflex
Copy link
Member

@ziflex ziflex commented Aug 2, 2019

The following functions did not use context of a given element for children look up.

  • INNER_TEXT(el, selector) did not work properly.
  • INNER_TEXT_ALL(el, selector) did not work properly.
  • INNER_TEXT_SET(el, selector, value) did not work properly.
  • INNER_HTML(el, selector) did not work properly.
  • INNER_HTML_ALL(el, selector) did not work properly.
  • INNER_HTML_SET(el, selector, value) did not work properly.

@ziflex ziflex added type/bug Something isn't working area/drivers/cdp Cdp driver area/drivers HTML drivers labels Aug 2, 2019
@ziflex ziflex requested a review from 3timeslazy August 2, 2019 17:29
@ziflex ziflex merged commit 6ec50c5 into master Aug 5, 2019
@ziflex ziflex deleted the bugfix/inner-text-html-by-selector branch August 6, 2019 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/drivers/cdp Cdp driver area/drivers HTML drivers type/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants