Get_web_value command is throwing error

Found an issue with already created scripts while executing, its failing at the Get_web_value command with  the below error.
'INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.' 

Also created new script with different web elements to test it, its still failing at that command.

 

 

0
5 comments
Avatar
Joseph Hamdan

Hi Pallavi,

Since site is not public, could you please provide us with part of the DOM for one or a few of the objects?

You can do that as follows:

1- Run your test case to reach this object or open the site and locate the object
2- Right click the object and click Inspect
3- Chrome should highlight the object in Elements window
4- Right click on the element and select Copy > Copy Element
5- Paste the exact copied element in your response. 

Regards,

Subject7 Team

0
Comment actions Permalink
Avatar
Ambatpalli, Pallavi (NIH/OD) [C]

<a style="text-decoration: underline;" title="view application status" href="/err/firstcontact/viewSingleAppl.era?applId=10098518&amp;blossomDocuments=Y"> 4399242</a>

0
Comment actions Permalink
Avatar
Ambatpalli, Pallavi (NIH/OD) [C]

The issue is only with the elements in the table

0
Comment actions Permalink
Avatar
Joseph Hamdan

Hi Pallavi,

Thank you for sending part of the DOM. Could you please click on the Get_Web_Value step to show all command options and send us a snapshot of this step?

Also, please send us the XPath that you used in this locator so we can investigate further.

Regards,

Subject7 Team

0
Comment actions Permalink
Avatar
Ambatpalli, Pallavi (NIH/OD) [C]

xpath :   (//tr[@rowCount]/td[@data-title='Accession No.']/a[@title='view application status'])

 

 

0
Comment actions Permalink

Please sign in to leave a comment.