danilkp1234
danilkp1234
> Ive been playing with this all day. The issue you are having is connecting the arduino and sim7000 via serial. You cannot use hardware serial as the arduino uno...
> I have had cellular and gps working on the sim7000. Unfortunately My module died yesterday or I would send you some screenshots Damn thats sucks. Do you know how...
> The screenshot you sent above for the serial monitor, the sim7000 isnt actually replying, its a false flag, hence being detected as sim7500. > Are you plugging the usb...
Well, if this wont work imma just going to try to find the issue in the attacthService function in the DFRobot libaray its properly some simple thing that is wrong....
@rbri Here is the full message Caused by: net.sourceforge.htmlunit.corejs.javascript.EcmaError: TypeError: Cannot find function submit in object [object HTMLButtonElement]. (https://broker.unilogin.dk/auth/resources/7.3.7.ga/login/unilogin/js/main.js#1) this is my code WebDriverWait wait = new WebDriverWait(driver, 8); wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("/html/body/main/div/div/form/div[1]/input")));...
@rbri try using andr132n
@rbri Okay Thanks keep me updated :)
@rbri Weird cause then that isn't the problem :) I just tried with chrome driver and it was working fine it's on the page it's supposed to be on. But...
@rbri Here is the complete source code https://pastebin.com/2aMxq8Bh javascript is enabled and setthrowexeceptiononscripterror is false i am to reach the page containing the List allemandag = driver.findElements(By.xpath("/html/body/div[1]/div[2]/div[3]/div[2]/div")); but in htmlunit...
@rbri hmm, I am sorry I don't really think i am allowed to give that out :( would it be possible for me to create a dump of the page...