Bot-Factory 602 Posted February 14, 2018 Report Share Posted February 14, 2018 PhantomJS runs int he background so you should check the html that os produced from PhantomJS to see what is has done for youNothing happen, i dont have any browser open !i ve browser only for chrome and firefox ! not with phantomjs !No one have same problem ? Please google PhantomJS and read what it is. It's a headless browser. There is NO ui at all. So nothing you can see.It's supposed the be hidden. CheersDan Quote Link to post Share on other sites
Jeredoc 4 Posted February 14, 2018 Report Share Posted February 14, 2018 i know but during development, which solution to find xpath if i see nothing? Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted February 14, 2018 Author Report Share Posted February 14, 2018 exbrowser document textto see the html of the page, then test it within a xpath creator software to pull whats needed, or load the html into chrome browser to produce the xpath needed. or steer away from the complexities and keep it simple with a browser. There's a learning curve and sounds like your not wanting to take it with PhantomJs 1 Quote Link to post Share on other sites
Jeredoc 4 Posted February 14, 2018 Report Share Posted February 14, 2018 Thanks TJ, i will try Quote Link to post Share on other sites
Jeredoc 4 Posted February 16, 2018 Report Share Posted February 16, 2018 Sorry but another problem i cant load at same time sqlite plug-ins and exbrowser plugins !the one disable the other !have someone same issue ?the two plug ins are checked but only one is working ! Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted February 16, 2018 Author Report Share Posted February 16, 2018 exbrwoser detaches when you open the plugin menu to select plugin to use.This requires a restart of the software to initialize. To do so and have the plugins you need to be selected, I suggest adding a command or function to both in the software and using a launcher for the source so that it preselects the plugins before opening the source code.and they shouldn't have any issues. Quote Link to post Share on other sites
daverawcus 6 Posted February 20, 2018 Report Share Posted February 20, 2018 I used an Exbrowser load profile and a chrome plugin to mute all new browsers if anyone wants a browser specific mute for Exbrowser if anyone needs to do this Quote Link to post Share on other sites
hienquoc 3 Posted February 24, 2018 Report Share Posted February 24, 2018 (edited) Hey Dan, I've went through the all the xpath tutorials and tried to read as much of the forum as I can, and searched hidden elements but nothing comes up. Here is a video of my problem. https://www.dropbox.com/s/aqc798vlajj6q6g/Can%27t%20Find%20Hidden%20Element.mp4?dl=0 Demo AccountDemo is publicly available to see how it works (better not use your real money )http://demo04.haasonline.com:8098/ http://demo03.haasonline.com:8094/ http://demo02.haasonline.com:8090/ username: showmePass: evolution How to I change the Text Box for Length, Dev.up, Dev.down, etc.. i just need to figure out one of the boxes to figure out the rest. Here is a video of my problem. Edited February 24, 2018 by hienquoc Quote Link to post Share on other sites
hienquoc 3 Posted February 26, 2018 Report Share Posted February 26, 2018 I figured it out!!, i needed the exbrowser generic xpath parser in order to figure it out, with it i would be flying blind... thanks everyone... Quote Link to post Share on other sites
ptlrc 2 Posted February 26, 2018 Report Share Posted February 26, 2018 i got an problem with exbrowser with normal chrome/firefox browser, i can login textnow.com but with exbrowser, when i click login it did not give any error or response just stay at the login page i tried this on 4 server (win 7) tried it with chrome portable 62, chrome 6.3 and chrome 6.4, firefox 5.8 all got the same error Quote Link to post Share on other sites
ptlrc 2 Posted February 26, 2018 Report Share Posted February 26, 2018 my bot works well for around 2 months, and just about 5days ago, it got the problem i got an problem with exbrowser with normal chrome/firefox browser, i can login textnow.com but with exbrowser, when i click login it did not give any error or response just stay at the login page i tried this on 4 server (win 7) tried it with chrome portable 62, chrome 6.3 and chrome 6.4, firefox 5.8 all got the same error Quote Link to post Share on other sites
Bot-Factory 602 Posted February 26, 2018 Report Share Posted February 26, 2018 You might have to update your bot. Websites changes and you have to adjust your code.If it worked and nothing else changed, it's probably the website that changed. Dan Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted February 26, 2018 Report Share Posted February 26, 2018 Hey Dan, Is there a way to call the extensions popup on exbrowser for either firefox or chrome? Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted February 26, 2018 Author Report Share Posted February 26, 2018 navigate directly to settings page instead Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted February 26, 2018 Report Share Posted February 26, 2018 navigate directly to settings page instead But this wont work for example you have an amazon extension that shows more details of the result page. It will only show the details when you clicked on the extension. Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted February 26, 2018 Author Report Share Posted February 26, 2018 That be the case Exbrowser automates the browser area, extensions that add icons in the top ribbon area, you need to use other ubot plugins for such. Pash has one that works with windows softwares that will be able to locate the buttons as needed, unless the extension can be opened with a shortcut key combo (maybe ? ) but then working within that window not sure if it can be automated with exbrowser as its not part of the main browser itself. Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted February 27, 2018 Report Share Posted February 27, 2018 That be the case Exbrowser automates the browser area, extensions that add icons in the top ribbon area, you need to use other ubot plugins for such. Pash has one that works with windows softwares that will be able to locate the buttons as needed, unless the extension can be opened with a shortcut key combo (maybe ? ) but then working within that window not sure if it can be automated with exbrowser as its not part of the main browser itself. I see.. looks like there's no choice other than to automate the windows.Thanks Quote Link to post Share on other sites
hienquoc 3 Posted March 1, 2018 Report Share Posted March 1, 2018 I think i found a bug... when I put exbrowser commands on a list and try to run it by looping through the list of commands it only works for the first item in the list and the rest doesn't work. I made sure I incremented my counter. Can you duplicate this error Dan... by running xpath expression in a list to a loop https://www.dropbox.com/s/n2jmxdt9omukntd/exbrowser%20command%20on%20a%20list%20bug.mp4?dl=0 Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted March 1, 2018 Author Report Share Posted March 1, 2018 Remove the new lines before the xpath statements that you added into a list. I can see in the video you have new lines and why you end up with blanks. Quote Link to post Share on other sites
hienquoc 3 Posted March 1, 2018 Report Share Posted March 1, 2018 I'm not sure what you mean?, I have a new line in my list along with my expath? so.. //div[contains(@id,"MadHatterTotalProfit")];//div[contains(@id,"MadHatterTotalFee")];//div[contains(@id,"MadHatterTotalGain")];//div[contains(@id,"MadHatterRoi")] should be//div[contains(@id,"MadHatterTotalProfit")];//div[contains(@id,"MadHatterTotalFee")];//div[contains(@id,"MadHatterTotalGain")];//div[contains(@id,"MadHatterRoi")] ok i think i got it, thanks Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted March 1, 2018 Author Report Share Posted March 1, 2018 thats correct.Because you were delimiting by ;but had new lines in there originally so remove the new lines, or keep on separate lines and remove the ; semicoln and use $new line for the delimiter //div[contains(@id,"MadHatterTotalProfit")]//div[contains(@id,"MadHatterTotalFee")]//div[contains(@id,"MadHatterTotalGain")]//div[contains(@id,"MadHatterRoi")]delimiter as $new lineor//div[contains(@id,"MadHatterTotalProfit")];//div[contains(@id,"MadHatterTotalFee")];//div[contains(@id,"MadHatterTotalGain")];//div[contains(@id,"MadHatterRoi")]delimiter being ; Quote Link to post Share on other sites
cob007 19 Posted March 2, 2018 Report Share Posted March 2, 2018 I want to be able to type a location like "United states" in this textbox using exbrowser type text command, problem is there is already text there(city/state zipcode), is there a way to erase that text first and then type? Or any other way Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted March 2, 2018 Report Share Posted March 2, 2018 I want to be able to type a location like "United states" in this textbox using exbrowser type text command, problem is there is already text there(city/state zipcode), is there a way to erase that text first and then type? Or any other way Use type text 2 or ClearTextBox Quote Link to post Share on other sites
hienquoc 3 Posted March 3, 2018 Report Share Posted March 3, 2018 Since I'm no longer using the ubot studio built in browser and only kick off the exbrowser, how do I disable it on the compiled bot? I would uncheck the box but it shows a big empty white area where the ubot studio browser would be. I haven't created a ui html panel, but can i just put everything there and launch an exbrowser? Hien Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted March 3, 2018 Report Share Posted March 3, 2018 Since I'm no longer using the ubot studio built in browser and only kick off the exbrowser, how do I disable it on the compiled bot? I would uncheck the box but it shows a big empty white area where the ubot studio browser would be. I haven't created a ui html panel, but can i just put everything there and launch an exbrowser? HienYou have the size option on compiled. Just play with it until you get the right height. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.