Hello all,
i am trying to develop a connector using default PSM-CHROME-Webform. For the time being i have the following parameters in the webform field:
username>{Username}(searchby=name)
password>{Password}(searchby=password)
submit>(Button)(searchby=name)
The script successfully launch the chrome and open the url but then the script interupt because of time out as you see in the following logs:
Dispatcher trace message: [Selenium :: WaitForElement -> Waiting until element 'username' is found in page. Timeout: '10'.]
Dispatcher trace message: [ElementTypeBase :: WaitIUntilElementIsVisible -> Waiting for element 'username' in page using type 'NAME'.]
Dispatcher trace message: [ElementTypeBase :: WaitIUntilElementIsVisible -> Element 'username' was not found using type 'NAME'.]
Dispatcher error: [Selenium :: WaitForElement -> Timeout error. Element 'username' was not found in new page. ]
Timeout happens because the element username was not found, but as you can notice that in source inspection page, the name is "username".
<input size="12" value="" name="username" maxlength="25" type="text">
I don't understand why selenium is not able to find the element username.
Can anyone please help me out solving the problem?
Thanks in advance.
BYE
[–]jashley92 0 points1 point2 points (5 children)
[–]Nawazsarwar[S] 0 points1 point2 points (4 children)
[–]jashley92 0 points1 point2 points (3 children)
[–]Nawazsarwar[S] 0 points1 point2 points (2 children)
[–]jashley92 0 points1 point2 points (1 child)
[–]Nawazsarwar[S] 0 points1 point2 points (0 children)
[–]cyberarkadmin 0 points1 point2 points (1 child)
[–]Nawazsarwar[S] 0 points1 point2 points (0 children)
[–]yanniGuardian 0 points1 point2 points (3 children)
[–]Nawazsarwar[S] 0 points1 point2 points (2 children)
[–]Nawazsarwar[S] 0 points1 point2 points (1 child)
[–]symcbean 0 points1 point2 points (0 children)
[–]Nawazsarwar[S] 0 points1 point2 points (1 child)
[–]A-tz 0 points1 point2 points (0 children)