Search found 6 matches

I am experiencing some strange behavior when changing URLs in Safari. In our app, clicking on our main logo image re-directs to the main applet by changing the url ( window.location.href = '#'). When automating this with Siesta in Safari, clicking the logo leads to the iframe containing the app to r...
Thanks for looking into this and adding a workaround. Will update to 5.2.3 when it's released.
Using Siesta 5.1.1 and launching from a CentOS 7 system Command Line output: $ ./webdriver [test_url] --browserstack [username],[key] --cap os="OS X" --cap os_version=Mojave --cap browser=Safari --cap browser_version=12.0 Launching local tunnel to BrowserStack: [username] [ERROR] Setup fai...
This is helpful. I was not aware of the config option. Going one step further, is there a way to pass a config from outside the project file so that the config doesn't need to be hard-coded in the project file? I'm curious about how the --confile-file option for webdriver works. If I launched siesta...
Is there a way to pass data to the webdriver so that it is accessible during a Siesta test? I'm trying to pass dynamically generated user credentials to Siesta when launching tests on BrowserStack. It looks like the config-file launcher option can take a JSON object. How is this option used? Would d...
I'm having trouble reproducing the extending test class example (https://www.bryntum.com/docs/siesta/#!/guide/extending_test_class) using Siesta 5.1.1. When I execute my test case that uses the isOdd function, Test throws an exception: "TypeError: this.pass is not a function". The commente...