This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
*/ | |
package com.tetienne.qa.client.remote; | |
import com.jcraft.jsch.Channel; | |
import com.jcraft.jsch.ChannelExec; | |
import com.jcraft.jsch.JSch; | |
import com.jcraft.jsch.JSchException; | |
import com.jcraft.jsch.Session; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Public : Base on the `label` and the `fieldset`, return the element id of the | |
# linked input. | |
# | |
# label - {String} Label of the input targeted. | |
# fieldset - {String} In case several label with the same value are visible, | |
# the fieldset can be provided to limit the research. (default: ''). | |
# | |
# Returns | |
# an {Error} | |
# a {Number} which is the element id |