We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our team needs to upload files for test scenarios, we have investigated and found that SHAFT does not support this property.
Feature required: It will be helpful if SHAFT supports uploading media and non-media files to browserstack
The text was updated successfully, but these errors were encountered:
have you tried using this command dear? You can use shaft to return the native driver, cast it to an appium driver, and use the push method.
https://www.browserstack.com/docs/app-automate/appium/advanced-features/upload-files#appiums-push-and-pull-file-command
example:
public void sampleMethod() throws IOException { SHAFT.GUI.WebDriver driver = new SHAFT.GUI.WebDriver(); ((AndroidDriver) driver.getDriver()).pushFile("",new File("")); driver.quit(); }
let me know if it works for you, we can wrap it with SHAFT when/if needed.
Sorry, something went wrong.
MohabMohie
No branches or pull requests
Our team needs to upload files for test scenarios, we have investigated and found that SHAFT does not support this property.
Feature required:
It will be helpful if SHAFT supports uploading media and non-media files to browserstack
The text was updated successfully, but these errors were encountered: