This shows you the differences between two versions of the page.
|
problemas_reconocidos [2021/04/19 09:26] montse [Pop UP´S: when launching a test with Uploadfile, this is not propertly Uploaded] |
problemas_reconocidos [2023/12/27 06:50] (current) montse [Pop UP´S: when launching a test with Uploadfile, this is not propertly Uploaded] |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| * If the file has not been loaded correctly, include in the diagram the [[en:gui_html_adaptor|WaitFor Predefined Function]] before loading the file.\\ \\ | * If the file has not been loaded correctly, include in the diagram the [[en:gui_html_adaptor|WaitFor Predefined Function]] before loading the file.\\ \\ | ||
| + | =====German quotes are replaced by (?)===== | ||
| + | |||
| + | There is an error where if you use german quotes, for example: **„Hello“** , on the input parameter, this is replaced by: **?Hello?** later on the execution, and the test case would fail. | ||
| + | |||
| + | To work around this, you need to define the words you need with german quotes as a global variable. If used this way the text is processed properly and the test execution will continue.\\ \\ | ||
| ===== Browsers Autocomplete Function causes problems===== | ===== Browsers Autocomplete Function causes problems===== | ||
| Line 27: | Line 32: | ||
| To enable the autocomplete in Internet Explorer, Edge and Chrome follow the next instructions: | To enable the autocomplete in Internet Explorer, Edge and Chrome follow the next instructions: | ||
| - | |||
| {{:autocomplete1.png?700|}} | {{:autocomplete1.png?700|}} | ||
| - | |||
| {{:autocomplete2.png?700|}} | {{:autocomplete2.png?700|}} | ||
| - | |||
| {{:autocomplete3.png?700|}} | {{:autocomplete3.png?700|}} | ||
| | | ||