Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
234 views

I want to get the code to open a webpage if the page is not on the default browser. If the page is open on the default browser it will not open the Chrome page. For example if I have a tab open for ...
Chaz Walton's user avatar
-1 votes
2 answers
226 views

When trying to to use '#' to specify anchor point in a webpage using the webbrowser lib, it seem to only work on websites, and not on local html files webbrowser.open(https://docs.python.org/library/...
Tomas Berger's user avatar
0 votes
0 answers
103 views

I am creating a python scripts which will open a new JIRA URL every time i click on the Next button by changing the JIRA Case Id embedded in the URL. But when I click the Next Button first time to ...
Hemendra's user avatar
  • 111
1 vote
0 answers
58 views

Reason I previously asked the same question but using a different language (small basic), yet received little help. For this reason, I re-scripted the program in python hoping to reach a wider ...
fluorescent's user avatar
0 votes
2 answers
46 views

Is it possible to do this? def viewbrowser(): import webbrowser.open(xxx) thank you in advance. I am still learning so please bear with me! :) Thank you for your understanding
programmingnoob's user avatar
0 votes
0 answers
118 views

I just started working with application paths and webbrowser module. I wondered why do we add %s at last of the application path... import webbrowser inp = input("Enter Your Query: ") ...
Demo Creator's user avatar
1 vote
1 answer
4k views

I have tried using the webbrowser module, with the code below but want to set custom headers such as: 'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (...
Hammaad's user avatar
  • 343
-1 votes
1 answer
75 views

I am trying to get the text of the user's rank from this webpage. By "rank" I mean the text you see in the top right corner of the user's info: In this example rank is "Competitions ...
grigyan's user avatar
  • 71
1 vote
0 answers
91 views

I tried to use webbrowser to open a chrome tab.I tried it's every settings but it always opened url in new tab. Is there any solution to open URL in same Tab?
C.Ergin's user avatar
  • 21
0 votes
1 answer
163 views

I was trying out searching something using voice recognition, but the command was interpreted as an URL, where it will add a / after the command. The slash is making the word to be an URL. I don't ...
ayyy's user avatar
  • 1
1 vote
1 answer
522 views

I am trying to get the whole data of this table. However, in the last row there is "Load More" table row that I do not know how to load. So far I have tried different approaches that did not ...
grigyan's user avatar
  • 71
-1 votes
1 answer
142 views

I am using Python selenium chrome driver and i am stuck at filling out the csc and the year of the creditcard information field ( look at picture ). The credit card number and month works fine with ...
YvesEsel's user avatar
0 votes
1 answer
2k views

i am using python selenium chrome driver and i am stuck at this. How can i loop this code until one of the elements is clickable? Like if its finally clickable it should get clicked and print ("...
YvesEsel's user avatar
1 vote
1 answer
201 views

I'm using 'webbrowser' for opening multiple tabs in Chrome/Firefox. For example: webbrowser.get("open -a /Applications/Firefox.app %s").open('http://google.com',new=1) But the problem is, ...
Bobtheblobber's user avatar
0 votes
1 answer
55 views

so I use Python Selenium Webdriver and I am stuck at filling out that credit card field... I tried many things but nothing worked... This is my actual code, but it doesn’t work. How can I fill it out? ...
YvesEsel's user avatar
0 votes
1 answer
33 views

Okay so I'm trying to test a little module I found called Webbrowser, and I'm using an online IDE called repl.it and it seems to work fine, I don't know if this is the IDE or just me inputting it ...
Elvoe's user avatar
  • 1
1 vote
0 answers
93 views

So I using code like this to open a YouTube link with webbrowser in python: webbrowser.open("youtube.com/watch?v=" + videoLink) and I need to tell when the video finishes so I can then do: ...
Mini Minnow's user avatar
0 votes
0 answers
28 views

I wanted to ask ppl after they used the programm if they want to join the Discord y/n if they answer with y it should give out a clickable link but if i do it is just saying None This is the Whole ...
IDONTCODE's user avatar
1 vote
2 answers
138 views

going to https://www.google.com/search?q=tennis a google one box comes up for scores, I'm trying to click on the tabs and (Women's Singles, Men's Doubles etc) and having no luck. I've tried all ...
Fraser Langton's user avatar
1 vote
3 answers
2k views

I know that multiple people have asked a similar question about this however, I would like to know how to login to gmail (or google account) using python. I have a code already (see below) that can ...
Jordy van Dongen's user avatar
1 vote
3 answers
237 views

This is what I have so far. Do I need to change anything to make webbrowser package use Google Chrome? import webbrowser web = input('What website would you like to open? i.e. pbskids.org') webbrowser....
Marcus Lee's user avatar
0 votes
1 answer
66 views

Basically, I want to find all links that contain certain key terms. In my case, the titles of these links that I want come in this form: abc... (common text), dce... (common text), ... I want to ...
John's user avatar
  • 7
0 votes
2 answers
460 views

I was suffering from webbrowser internet explorer problem the code worked fine but it opens the internet explorer the simplest solution is to use " https://www " in starting of every url it ...
anshul raj's user avatar
-1 votes
2 answers
623 views

I had a simple flask program that used to uploads image and runs at the backend, in this if any errors occur at the program it does not display the error instead it shows as process end. My flask ...
Sarigha Mahendran's user avatar
-1 votes
1 answer
1k views

My problem is very simple. When I start python modules that use webbrowser.open("anywebsite"), all works perfectly, but when I put it on a module that is started by cron at the startup of ...
ThaaoBlues's user avatar

1 2
3
4 5
9