Marco Ferretti
Marco Ferretti
> @mferretti Have you found a solution for your problem in the meantime? nope. Since there was no coming back on this, and due to the fact that arquillian was...
Hi just to confirm (debian jessie): env | grep -i proxy http_proxy= ftp_proxy= https_proxy= everpad-provider --verbose Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py", line 454, in run self.init_network() File "/usr/lib/pymodules/python2.7/everpad/provider/sync.py",...
tried to follow the instructions of @Cityscape4 but couldn't get past the apt-get: looks like python-oauth2 is not jessie's repos (https://launchpad.net/debian/jessie/+package/python-oauth2)
@Cityscape4 : sorry, I didn't notice that ... but I had a "aha!" moment and managed to install it. I had to : 1- enable unstable repos : deb http://ftp.us.debian.org/debian...
Same here. ``` ``` I can easily select it by id: ``` WebElement element = new FluentWait(driver) .withTimeout(Duration.ofSeconds(waitSecondsTimeout)) .pollingEvery(Duration.ofMillis(300)) .until(ExpectedConditions.presenceOfElementLocated(By.id("ISCRIZIONE"))) ``` but If I click on ``` if( element !=...