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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium IDE (Chrome 3.4.4) store text fails if there is no value #6840

Closed
Andy802 opened this issue Jan 11, 2019 · 1 comment
Closed

Selenium IDE (Chrome 3.4.4) store text fails if there is no value #6840

Andy802 opened this issue Jan 11, 2019 · 1 comment

Comments

@Andy802
Copy link

Andy802 commented Jan 11, 2019

馃悰 Bug Report

Using Store Text command in selenium IDE (Chrome v3.4.4), if there is a value it correctly stores the value, if there is no value then it fails to find the element.

To Reproduce

I'm trying to store the phone number of a customer (its not guaranteed to be there). Html is like

If there is no text:

Tel No

Command: store text
target: xpath=//tr[td='Tel No']/td[2]/span
value: custTel
This fails with the error: Failed: Implicit Wait timed out after 30000ms

I would expect this to succeed and store an empty string.

As if there is text:

Tel No 07770 123456

Command: store text
target: xpath=//tr[td='Tel No']/td[2]/span
value: custTel
This stores the value correctly.

I logged this on stack overflow and someone has confirmed this is a chrome bug as it works in kantu.

https://stackoverflow.com/questions/54132443/selenium-ide-store-text-fails-if-there-is-no-value

OS: Windows 10
Browser: Chrome Version 69.0.3497.100
Selenium Chrome 3.4.4

@barancev
Copy link
Member

Issue moved to SeleniumHQ/selenium-ide #547 via ZenHub

@lock lock bot locked and limited conversation to collaborators Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants