Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Need help with Allure report
Post: Need help with Allure report

Hi, I need some help in setting up allure reporting structure into my framework. Can someone please guide where can we add the dependencies and how to create allure report in the framework? I have in...
Nik1811 General Coding Help 0 187 Apr-22-2024, 09:59 AM
    Thread: Fixture not returning webdriver element
Post: RE: Fixture not returning webdriver element

@snippsat: Would you be able to please help on this one?
Nik1811 General Coding Help 1 262 Apr-15-2024, 04:39 PM
    Thread: Fixture not returning webdriver element
Post: Fixture not returning webdriver element

Hi, I've added a new fixture to return webdriver and access it within my 'Login' method. I'm receiving the below error as webdriver is not returned, instead a funtion object is returned. Can someone...
Nik1811 General Coding Help 1 262 Apr-12-2024, 11:07 AM
    Thread: Copy xml content from webpage and save to locally without special characters
Post: RE: Copy xml content from webpage and save to loca...

Thank you very much @snippsat for this solution. You are absolutely correct. It's the session cookies that were not retained and hence was getting a blank response. I'm going to use this solution now...
Nik1811 General Coding Help 14 1,064 Mar-26-2024, 09:28 AM
    Thread: Copy xml content from webpage and save to locally without special characters
Post: RE: Copy xml content from webpage and save to loca...

Yes, that's correct. Line 54 is printing to see if it's hitting the right url, that is the raw xml getting generated. What do you think can be done best to read through the entire contents of the raw...
Nik1811 General Coding Help 14 1,064 Mar-22-2024, 07:33 PM
    Thread: Copy xml content from webpage and save to locally without special characters
Post: RE: Copy xml content from webpage and save to loca...

Super thanks @snippsat. Can you please help with how to change the url to an xml file. Apologies for not sharing the code earlier, I'm attaching the code and the XML file generated to this reply. ...
Nik1811 General Coding Help 14 1,064 Mar-22-2024, 05:56 PM
    Thread: Unable to convert browser generated xml to parse in BeautifulSoup
Post: Unable to convert browser generated xml to parse i...

I'm trying to read the below xml generated in a browser using Beautifulsoup: <?xml version='1.0' encoding='UTF-8'?><IM415 xmlns="http://www.ros.ie/schemas/customs/IM415"> <Declaratio...
Nik1811 Web Scraping & Web Development 0 338 Mar-22-2024, 01:37 PM
    Thread: Copy xml content from webpage and save to locally without special characters
Post: RE: Copy xml content from webpage and save to loca...

Your code works absolutely fine with the w3schools link. But for my .xml, I can read just the first line with the below error: MarkupResemblesLocatorWarning: The input looks more like a filename tha...
Nik1811 General Coding Help 14 1,064 Mar-22-2024, 11:41 AM
    Thread: Copy xml content from webpage and save to locally without special characters
Post: RE: Copy xml content from webpage and save to loca...

Yep, I suspect it has something to do with my xml. I get ''https://www.********/aep2/xml/sad/NIK243179-AI.xml as my generated xml <?xml version='1.0' encoding='UTF-8'?><IM415 xmlns="http:/...
Nik1811 General Coding Help 14 1,064 Mar-21-2024, 06:27 PM
    Thread: Copy xml content from webpage and save to locally without special characters
Post: RE: Copy xml content from webpage and save to loca...

Many thanks for your reply. I'm looking to print the entire plant-catalog and copy it to disk. With the current solution it's just printing the first line, with the below error. C:\Users\Nikita\Pyc...
Nik1811 General Coding Help 14 1,064 Mar-21-2024, 05:17 PM
    Thread: Copy xml content from webpage and save to locally without special characters
Post: Copy xml content from webpage and save to locally ...

I land up in a .xml webpage which is created based on my earlier inputs(<//aep2/xml/trace/NIK243164_AI_14652732.xml>). I want to read the entire content of this xml, copy it locally and compare ...
Nik1811 General Coding Help 14 1,064 Mar-21-2024, 03:45 PM
    Thread: XML comparison
Post: XML comparison

Hi, I need to compare two XML's. I have a baseline XML("B_XML.xml) for reference that I use to compare with every new generated XML(A_XML.xml). I want to do one-one parsing, checking for all attribut...
Nik1811 General Coding Help 0 231 Mar-15-2024, 03:15 PM
    Thread: WebElements of an HTML page
Post: RE: WebElements of an HTML page

Thanks you so much @Pedroski55 for taking out the time to reply. After much readthrough across many websites, majorly stackoverflow, I'm through all the steps that I've mentioned earlier. Now my next ...
Nik1811 General Coding Help 2 407 Mar-14-2024, 12:39 PM
    Thread: WebElements of an HTML page
Post: WebElements of an HTML page

Hi! I'm new to Python programming and trying to create a POC for my project. Goal: 1) Find all elements on the webpage(present inside and outside table grids) 2) Count the number of elements 3) Categ...
Nik1811 General Coding Help 2 407 Mar-12-2024, 12:39 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020